rust/tests/ui/parser/attribute/attr-bad-meta-3.rs
2023-10-09 19:24:05 +00:00

3 lines
63 B
Rust

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