Function std::sys_common::backtrace::__rust_end_short_backtrace
source · pub fn __rust_end_short_backtrace<F, T>(f: F) -> Twhere
F: FnOnce() -> T,
Expand description
Fixed frame used to clean the backtrace with RUST_BACKTRACE=1
. Note that
this is only inline(never) when backtraces in std are enabled, otherwise
it’s fine to optimize away.