You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---- tests::it_fails stdout ----
thread 'tests::it_fails' panicked at 'assertion failed: `(left == right)`
left: `4`,
right: `5`', tests/test.rs:12:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Then I did go to the launch configuration and did set RUST_BACKTRACE to 1, but nothing changes, message is still here so it seems like the Environment Variables are ignored.
Setting this RUST_BACKTRACE in CLI with RUST_BACKTRACE=1 cargo test works as expected.
The text was updated successfully, but these errors were encountered:
I have a project with a test like
and get as response in the output
Then I did go to the launch configuration and did set RUST_BACKTRACE to 1, but nothing changes, message is still here so it seems like the Environment Variables are ignored.
Setting this RUST_BACKTRACE in CLI with
RUST_BACKTRACE=1 cargo test
works as expected.The text was updated successfully, but these errors were encountered: