mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 19:44:38 +00:00
9 lines
222 B
Plaintext
9 lines
222 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 1 previous error
|
|
|