mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 02:53:35 +00:00
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
error: not expected here; the #[error(...)] attribute belongs on top of a struct or an enum variant
|
|
--> $DIR/unexpected-field-fmt.rs:6:9
|
|
|
|
|
6 | #[error("...")]
|
|
| ^^^^^^^^^^^^^^^
|