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