]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/attrs-after-extern-mod.stderr
Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis
[rust.git] / src / test / ui / parser / attrs-after-extern-mod.stderr
1 error: expected item after attributes
2   --> $DIR/attrs-after-extern-mod.rs:10:19
3    |
4 LL |     #[cfg(stage37)] //~ ERROR expected item after attributes
5    |                   ^
6
7 error: aborting due to previous error
8