1
Fork 0
rust/src/test/compile-fail/attr-before-view-item2.rs

11 lines
101 B
Rust
Raw Normal View History

// xfail-stage0
// error-pattern:expected item
mod m {
#[foo = "bar"]
use std;
}
fn main() {
}