oden/third-party/vendor/thiserror/tests/ui/transparent-enum-source.stderr
2024-03-08 11:03:01 -08:00

5 lines
165 B
Text

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