mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
5 lines
240 B
Text
5 lines
240 B
Text
error: #[error(transparent)] needs to go outside the enum or struct, not on an individual field
|
|
--> tests/ui/bad-field-attr.rs:5:18
|
|
|
|
|
5 | pub struct Error(#[error(transparent)] std::io::Error);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|