]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tool-attributes/tool-attributes-misplaced-1.stderr
resolve: Tweak "cannot find" wording for attributes
[rust.git] / src / test / ui / tool-attributes / tool-attributes-misplaced-1.stderr
index 32c9a1e8b6ed1eb6fd8eb1a38fb099b5ac438df5..393ad0949cc4bf43e6d17962f9779b4f3dabdfd2 100644 (file)
@@ -1,18 +1,15 @@
-error[E0658]: The attribute `rustfmt` is currently unknown to the compiler and may have meaning added to it in the future
-  --> $DIR/tool-attributes-misplaced-1.rs:8:3
-   |
-LL | #[rustfmt]
-   |   ^^^^^^^
-   |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/29642
-   = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
-
 error: cannot find derive macro `rustfmt` in this scope
   --> $DIR/tool-attributes-misplaced-1.rs:4:10
    |
 LL | #[derive(rustfmt)]
    |          ^^^^^^^
 
+error: cannot find attribute `rustfmt` in this scope
+  --> $DIR/tool-attributes-misplaced-1.rs:8:3
+   |
+LL | #[rustfmt]
+   |   ^^^^^^^
+
 error: cannot find macro `rustfmt!` in this scope
   --> $DIR/tool-attributes-misplaced-1.rs:14:5
    |
@@ -45,5 +42,4 @@ LL |     rustfmt::skip;
 
 error: aborting due to 7 previous errors
 
-Some errors have detailed explanations: E0423, E0658.
-For more information about an error, try `rustc --explain E0423`.
+For more information about this error, try `rustc --explain E0423`.