blob: a452df5e90cb7a79b2edf1d1b0b618fa07ecbacd (
plain)
1
2
3
4
5
6
7
8
|
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
|