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

6 lines
161 B
Plaintext

error: transparent variant can't contain #[source]
--> $DIR/transparent-enum-source.rs:6:11
|
6 | Other(#[source] anyhow::Error),
| ^^^^^^^^^