mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 22:07:37 +03:00
5 lines
157 B
Text
5 lines
157 B
Text
error: #[error(transparent)] requires exactly one field
|
|
--> tests/ui/transparent-struct-many.rs:4:1
|
|
|
|
|
4 | #[error(transparent)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|