thiserror_core2 2.0.1

derive(Error) (no_std-enabled using core2)
Documentation
1
2
3
4
5
error: deriving From requires no fields other than source and backtrace
  --> tests/ui/from-backtrace-backtrace.rs:10:18
   |
10 | pub struct Error(#[from] #[backtrace] core2::io::Error, Backtrace);
   |                  ^^^^^^^