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