]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-49074.rs
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-49074.rs
index ad66e421c6b9de848382eb619323ba1eac75f26e..38074d5b05ca2485859b352cf22c7623e6bcbe92 100644 (file)
@@ -1,7 +1,7 @@
 // Check that unknown attribute error is shown even if there are unresolved macros.
 
 #[marco_use] // typo
-//~^ ERROR The attribute `marco_use` is currently unknown to the compiler
+//~^ ERROR cannot find attribute macro `marco_use` in this scope
 mod foo {
     macro_rules! bar {
         () => ();