mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
error: only one #[error(...)] attribute is allowed
|
|
--> $DIR/duplicate-fmt.rs:5:1
|
|
|
|
|
5 | #[error("...")]
|
|
| ^^^^^^^^^^^^^^^
|