summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/ui/bad-field-attr.stderr
blob: 5fb57441566abad6ed03b0e397cd01782976163a (plain)
1
2
3
4
5
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);
  |                  ^^^^^^^^^^^^^^^^^^^^^