]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/attrs-after-extern-mod.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / attrs-after-extern-mod.stderr
1 error: expected item after attributes
2 --> $DIR/attrs-after-extern-mod.rs:6:5
3 |
4 LL | extern {
5 | - while parsing this item list starting here
6 LL | #[cfg(stage37)]
7 | ^^^^^^^^^^^^^^^
8 LL | }
9 | - the item list ends here
10
11 error: aborting due to previous error
12