rust/src/test/ui/parser/attrs-after-extern-mod.stderr

9 lines
175 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected item after attributes
--> $DIR/attrs-after-extern-mod.rs:6:19
2018-10-20 15:36:17 -05:00
|
2019-03-09 06:03:44 -06:00
LL | #[cfg(stage37)]
2018-10-20 15:36:17 -05:00
| ^
error: aborting due to previous error