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
It's sometime useful to simply trace the location of an error's origin, through nested callers and micro managed errors.
Compared to already existing Backtrace, it might be more concise, and thanks to std::panic::Location and #[track_caller] being stabilized it wouldn't need nightly.
Thanks for the great crate
The text was updated successfully, but these errors were encountered:
Hello there
It's sometime useful to simply trace the location of an error's origin, through nested callers and micro managed errors.
Compared to already existing
Backtrace
, it might be more concise, and thanks tostd::panic::Location
and#[track_caller]
being stabilized it wouldn't need nightly.Thanks for the great crate
The text was updated successfully, but these errors were encountered: