mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 14:27:38 +03:00
5 lines
191 B
Text
5 lines
191 B
Text
error: transparent error struct can't contain #[source]
|
|
--> $DIR/tests/ui/transparent-struct-source.rs:5:18
|
|
|
|
|
5 | pub struct Error(#[source] anyhow::Error);
|
|
| ^^^^^^^^^
|