Supress cargo/rustc hints about backtraces

Unless I set RUST_BACKTRACE to full, cargo test wont stop printing hints at me to

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to 
display it.
Run with RUST_BACKTRACE=full to include source snippets.

every test failure. This is noisy and I can't figure out how to turn it off.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.