rust/tests/ui/parser/attrs-after-extern-mod.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
291 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:5
2018-10-20 15:36:17 -05:00
|
2020-09-01 16:12:52 -05:00
LL | extern "C" {
| - while parsing this item list starting here
2019-03-09 06:03:44 -06:00
LL | #[cfg(stage37)]
| ^^^^^^^^^^^^^^^
LL | }
| - the item list ends here
2018-10-20 15:36:17 -05:00
error: aborting due to previous error