]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/macro-namespace-reserved-2.stderr
resolve: Tweak "cannot find" wording for attributes
[rust.git] / src / test / ui / proc-macro / macro-namespace-reserved-2.stderr
index 0c863e919670dad375f5feb9419eb9d491d26ee8..9616e80fa64c71b1e5bee0a3537e02584efa263c 100644 (file)
@@ -100,7 +100,7 @@ error: cannot find macro `MyTrait!` in this scope
 LL |     MyTrait!();
    |     ^^^^^^^
 
-error: cannot find attribute macro `my_macro` in this scope
+error: cannot find attribute `my_macro` in this scope
   --> $DIR/macro-namespace-reserved-2.rs:38:3
    |
 LL | #[my_macro]