aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/transparent-struct-source.stderr
blob: 16ea50b27e0efb3761d82b24f5099b7bde937e9e (plain)
1
2
3
4
5
error: transparent error struct can't contain #[source]
 --> $DIR/transparent-struct-source.rs:5:18
  |
5 | pub struct Error(#[source] anyhow::Error);
  |                  ^^^^^^^^^