rust/tests/ui/parser/attr-bad-meta-3.rs
2023-01-11 09:32:08 +00:00

3 lines
63 B
Rust

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