rust/src/test/ui/parser/attr-bad-meta.rs
2019-02-25 23:21:54 +03:00

3 lines
88 B
Rust

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