]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/macro/trait-non-item-macros.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / macro / trait-non-item-macros.rs
index 958c90b7c0a16e2358c51fbee15a79d9d14f477c..5021886bf9881bef35bac787c2d09bc3e491cd0a 100644 (file)
@@ -1,6 +1,6 @@
 macro_rules! bah {
     ($a:expr) => ($a)
-    //~^ ERROR expected one of `async`, `const`, `extern`, `fn`, `type`, or `unsafe`, found `2`
+    //~^ ERROR expected one of `async`
 }
 
 trait bar {