rustc/vendor/thiserror/tests/ui/bad-field-attr.stderr
2021-05-14 18:42:13 +01:00

6 lines
236 B
Plaintext

error: #[error(transparent)] needs to go outside the enum or struct, not on an individual field
--> $DIR/bad-field-attr.rs:5:18
|
5 | pub struct Error(#[error(transparent)] std::io::Error);
| ^^^^^^^^^^^^^^^^^^^^^