v0.5.8
Changed
masterror::Errornow infers sources namedsourceand backtrace fields of
typestd::backtrace::Backtrace/Option<std::backtrace::Backtrace>even
without explicit attributes, matchingthiserror's ergonomics.
Tests
- Expanded derive tests to cover implicit
source/backtracedetection across
structs and enums.