]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/tool-attributes/tool-attributes-misplaced-1.rs
resolve: Tweak "cannot find" wording for attributes
[rust.git] / src / test / ui / tool-attributes / tool-attributes-misplaced-1.rs
index c07da4345f7d923bb9d9808eec957bbb6761a8cf..72929c5e80590689b07222fee779a181b1ab4c4b 100644 (file)
@@ -5,7 +5,7 @@
 struct S;
 
 // Interpreted as an unstable custom attribute
-#[rustfmt] //~ ERROR cannot find attribute macro `rustfmt` in this scope
+#[rustfmt] //~ ERROR cannot find attribute `rustfmt` in this scope
 fn check() {}
 
 #[rustfmt::skip] // OK