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

3 lines
88 B
Rust

#[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
mod m {}