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