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

5 lines
No EOL
71 B
Rust

// error-pattern:expecting ']'
// asterisk is bogus
#[attr*]
mod m { }