6 lines
86 B
Rust
6 lines
86 B
Rust
|
// xfail-stage0
|
||
|
// error-pattern:expecting \]
|
||
|
|
||
|
// asterisk is bogus
|
||
|
#[attr*]
|
||
|
mod m { }
|