We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8cb76 commit 8959434Copy full SHA for 8959434
tests/ui/on-unimplemented/bad-annotation.stderr
@@ -17,7 +17,7 @@ error[E0230]: there is no parameter `C` on trait `BadAnnotation2`
17
LL | #[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{A},{B},{C}>`"]
18
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
20
-error[E0231]: only named substitution parameters are allowed
+error[E0231]: only named generic parameters are allowed
21
--> $DIR/bad-annotation.rs:27:1
22
|
23
LL | #[rustc_on_unimplemented = "Unimplemented trait error on `{Self}` with params `<{A},{B},{}>`"]
0 commit comments