1 error: cannot have both #[error(transparent)] and a display attribute
2  --> tests/ui/transparent-display.rs:5:1
3   |
4 5 | #[error("...")]
5   | ^^^^^^^^^^^^^^^
6