mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
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
|
|
|