We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6040018 commit ccbe572Copy full SHA for ccbe572
crates/cargo-test-support/src/lib.rs
@@ -1505,6 +1505,7 @@ impl CargoCommandExt for snapbox::cmd::Command {
1505
Self::new(cargo_exe())
1506
.with_assert(compare::assert_ui())
1507
.env("CARGO_TERM_COLOR", "always")
1508
+ .env("CARGO_TERM_HYPERLINKS", "true")
1509
.test_env()
1510
}
1511
tests/testsuite/lints/warning/stderr.term.svg
0 commit comments