Pretty backtraces for rust
setup;
panic!;
Pretty backtraces are normally only enabled when RUST_BACKTRACE=pretty to prevent breaking tools
which parse printed backtraces. If you want to always enable pretty backtraces use force_setup.

setup;
panic!;
Pretty backtraces are normally only enabled when RUST_BACKTRACE=pretty to prevent breaking tools
which parse printed backtraces. If you want to always enable pretty backtraces use force_setup.
