mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
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
|
|
|