]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/attr-bad-meta.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / parser / attr-bad-meta.rs
CommitLineData
b7449926 1#[path*] //~ ERROR expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
223e47cc 2mod m {}