trim_backtrace

Function trim_backtrace 

Source
fn trim_backtrace(full_backtrace: String) -> String
Expand description

On stable, short backtraces are only available to the default panic hook, so if we want something similar we have to resort to string processing.