rust/src/test/compile-fail/attr-dangling-in-mod.rs

7 lines
62 B
Rust
Raw Normal View History

2011-07-27 07:48:34 -05:00
// error-pattern:expected item
fn main() {
}
#[foo = "bar"]