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

3 lines
88 B
Rust

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