]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/attrs-after-extern-mod.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / attrs-after-extern-mod.stderr
index 067c4192ce6af467130d4c0f7b0454589c133139..cecdab4d631977a589904b6e38a1d88bdb060a5c 100644 (file)
@@ -1,7 +1,7 @@
 error: expected item after attributes
   --> $DIR/attrs-after-extern-mod.rs:10:19
    |
-LL |     #[cfg(stage37)] //~ ERROR expected item after attributes
+LL |     #[cfg(stage37)]
    |                   ^
 
 error: aborting due to previous error