Vadim Petrochenkov | 73e1f89 | 2018-10-20 20:36:17 | [diff] [blame^] | 1 | error: expected item after attributes |
2 | --> $DIR/attrs-after-extern-mod.rs:22:19 | ||||
3 | | | ||||
4 | LL | #[cfg(stage37)] //~ ERROR expected item after attributes | ||||
5 | | ^ | ||||
6 | |||||
7 | error: aborting due to previous error | ||||
8 |