fn trim_backtrace(full_backtrace: String) -> String
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.