blob: 3862f5c379fc37dc668b67ec68d04d87d8123590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|