mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 12:51:31 +00:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
error: #[error(transparent)] requires exactly one field
|
|
--> $DIR/transparent-enum-many.rs:5:5
|
|
|
|
|
5 | / #[error(transparent)]
|
|
6 | | Other(anyhow::Error, String),
|
|
| |________________________________^
|