Skip to content

v0.5.8

Choose a tag to compare

@RAprogramm RAprogramm released this 20 Sep 11:51
· 436 commits to main since this release

Changed

  • masterror::Error now infers sources named source and backtrace fields of
    type std::backtrace::Backtrace/Option<std::backtrace::Backtrace> even
    without explicit attributes, matching thiserror's ergonomics.

Tests

  • Expanded derive tests to cover implicit source/backtrace detection across
    structs and enums.