We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3856df0 commit db8cb76Copy full SHA for db8cb76
tests/ui/on-unimplemented/bad-annotation.rs
@@ -25,7 +25,7 @@ trait BadAnnotation2<A,B>
25
{}
26
27
#[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{A},{B},{}>`"]
28
-//~^ only named substitution parameters are allowed
+//~^ only named generic parameters are allowed
29
trait BadAnnotation3<A,B>
30
31
0 commit comments