rust-playground
rust-playground copied to clipboard
Support RUST_BACKTRACE=full
It's awesome that the playground supports backtraces! It would be nice if in addition to short backtraces (RUST_BACKTRACE=1), it also supported RUST_BACKTRACE=full.
I came across this when I was trying to compare the difference between full and short backtraces, and noticed that only short ones seem to be supported.
Apologies if both are actually support and I just didn't find the option!