1error: transparent error struct can't contain #[source]
2 --> $DIR/transparent-struct-source.rs:5:18
3  |
45 | pub struct Error(#[source] anyhow::Error);
5  |                  ^^^^^^^^^
6