summary refs log tree commit diff
path: root/src/test/ui/parser/attrs-after-extern-mod.stderr
blob: 70a7afc9060fb3127f3259db11d9a515e9a3f5b2 (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attrs-after-extern-mod.rs:22:19
   |
LL |     #[cfg(stage37)] //~ ERROR expected item after attributes
   |                   ^

error: aborting due to previous error