mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
5 lines
165 B
Text
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),
|
|
| ^^^^^^^^^
|