fparkan/vendor/thiserror/tests/ui/transparent-enum-source.stderr

6 lines
165 B
Plaintext
Raw Normal View History

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