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

error: aborting due to previous error