rustc/tests/ui/parser/attribute/attr-bad-meta-3.rs
2024-06-04 21:09:03 +02:00

3 lines
63 B
Rust

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