]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/attrs-after-extern-mod.stderr
Auto merge of #107478 - compiler-errors:anon-enum-tys-are-ambiguous, r=estebank
[rust.git] / tests / 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 "C" {
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