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