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
Auto merge of #8844 - bjorn3:no_backtrace_capture, r=alexcrichton
Avoid constructing an anyhow::Error when not necessary
`anyhow::Error` always captures a backtrace when created, which is expensive.
Split out of #8837
0 commit comments