rust/src/test/ui/parser/attrs-after-extern-mod.stderr
2020-02-24 00:59:38 +01:00

13 lines
283 B
Plaintext

error: expected item after attributes
--> $DIR/attrs-after-extern-mod.rs:6:5
|
LL | extern {
| - while parsing this item list starting here
LL | #[cfg(stage37)]
| ^^^^^^^^^^^^^^^
LL | }
| - the item list ends here
error: aborting due to previous error