We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e9990 commit 6978b94Copy full SHA for 6978b94
src/test/ui/tool-attributes/diagnostic_item.rs
@@ -1,2 +1,2 @@
1
-#[rustc_diagnostic_item = "foomp"] //~ ERROR will never be stabilized
+#[rustc_diagnostic_item = "foomp"] //~ ERROR compiler internal support for linting
2
struct Foomp;
src/test/ui/tool-attributes/diagnostic_item.stderr
@@ -1,4 +1,4 @@
-error[E0658]: diagnostic items compiler are internal support for linting and will never be stabilized
+error[E0658]: diagnostic items compiler internal support for linting
--> $DIR/diagnostic_item.rs:1:1
3
|
4
LL | #[rustc_diagnostic_item = "foomp"]
0 commit comments