Files
Notes/notes-service/vendor/thiserror/tests/ui/transparent-struct-source.stderr
2026-08-01 16:11:49 +03:00

6 lines
186 B
Plaintext

error: transparent error struct can't contain #[source]
--> tests/ui/transparent-struct-source.rs:5:18
|
5 | pub struct Error(#[source] anyhow::Error);
| ^^^^^^^^^