rustc/tests/ui/parser/attr-bad-meta.rs
2023-08-02 10:33:26 +02:00

3 lines
88 B
Rust

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