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