rust/tests/ui/parser/attribute/attr-bad-meta.rs

3 lines
88 B
Rust
Raw Normal View History

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