unplugged-vendor/external/rust/crates/thiserror/tests/ui/transparent-struct-source.stderr

6 lines
182 B
Plaintext
Raw Permalink Normal View History

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