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

3 lines
88 B
Rust

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