Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db8cb76

Browse files
committedFeb 12, 2024
Fix failing test
1 parent 3856df0 commit db8cb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ui/on-unimplemented/bad-annotation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ trait BadAnnotation2<A,B>
2525
{}
2626

2727
#[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{A},{B},{}>`"]
28-
//~^ only named substitution parameters are allowed
28+
//~^ only named generic parameters are allowed
2929
trait BadAnnotation3<A,B>
3030
{}
3131

0 commit comments

Comments
 (0)
Please sign in to comment.