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
I missed the change a few versions ago where a Backtrace field is now unconditional, and an Option<Backtrace> only captures a backtrace if RUST_BACKTRACE or RUST_LIB_BACKTRACE is set.
I was a bit confused that backtraces were always being captured, read the docs, and eventually read that I should use Option<Backtrace> in the changelog notes.
I think this could be documented more prominently in the docs, maybe in the Snafu macro docs.
The text was updated successfully, but these errors were encountered:
I missed the change a few versions ago where a
Backtrace
field is now unconditional, and anOption<Backtrace>
only captures a backtrace ifRUST_BACKTRACE
orRUST_LIB_BACKTRACE
is set.I was a bit confused that backtraces were always being captured, read the docs, and eventually read that I should use
Option<Backtrace>
in the changelog notes.I think this could be documented more prominently in the docs, maybe in the Snafu macro docs.
The text was updated successfully, but these errors were encountered: