9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
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
|
|
|