You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thiserror is more lightweight and we don't need most of the Snafu magic. As a consequence, backtraces become only available using Rust nightly (cargo +nightly test --lib --features backtraces) but we don't need them often.
Currently blocked by dtolnay/thiserror#99 if we want to avoid renaming the field.
The text was updated successfully, but these errors were encountered:
thiserror is more lightweight and we don't need most of the Snafu magic. As a consequence, backtraces become only available using Rust nightly (
cargo +nightly test --lib --features backtraces
) but we don't need them often.Currently blocked by dtolnay/thiserror#99 if we want to avoid renaming the field.
The text was updated successfully, but these errors were encountered: