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 23:36:17 +03:00
error: expected item after attributes
--> $DIR/attrs-after-extern-mod.rs:6:5
2018-10-20 23:36:17 +03:00
|
2020-09-01 17:12:52 -04:00
LL | extern "C" {
| - while parsing this item list starting here
2019-03-09 15:03:44 +03:00
LL | #[cfg(stage37)]
| ^^^^^^^^^^^^^^^
LL | }
| - the item list ends here
2018-10-20 23:36:17 +03:00
error: aborting due to previous error