rust/tests/ui/parser/attribute/attr-bad-meta-3.rs

3 lines
63 B
Rust

#[path() token] //~ ERROR expected `]`, found `token`
mod m {}