blob: a452df5e90cb7a79b2edf1d1b0b618fa07ecbacd [file] [log] [blame]
error: expected one of `(`, `::`, `=`, `[`, `]`, or `{`, found `*`
--> $DIR/attr-bad-meta.rs:1:7
|
LL | #[path*]
| ^ expected one of `(`, `::`, `=`, `[`, `]`, or `{` here
error: aborting due to previous error