rust/src/test/compile-fail/attr-bad-meta.rs

5 lines
71 B
Rust
Raw Normal View History

// error-pattern:expecting ']'
2011-07-27 07:48:34 -05:00
// asterisk is bogus
#[attr*]
mod m { }