blob: 55d647b42565276009bba8dbcd9127e6c1903722 (
plain)
1
2
3
4
5
|
error: deriving From requires no fields other than source and backtrace
--> tests/ui/from-backtrace-backtrace.rs:8:18
|
8 | pub struct Error(#[from] #[backtrace] std::io::Error, Backtrace);
| ^^^^^^^
|