We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8915ed commit dc49aabCopy full SHA for dc49aab
2 files changed
tests/custom-panic/tests/integration.rs
@@ -32,7 +32,7 @@ fn debug() {
32
.assert()
33
.stderr_eq(snapbox::str![[r#"
34
35
-thread 'main' panicked at tests/custom-panic/src/main.rs:11:5:
+thread 'main' ([..]) panicked at tests/custom-panic/src/main.rs:11:5:
36
OMG EVERYTHING IS ON FIRE!!!
37
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
38
tests/single-panic/tests/integration.rs
@@ -81,7 +81,7 @@ fn debug() {
81
82
83
84
-thread 'main' panicked at tests/single-panic/src/main.rs:[..]:
+thread 'main' ([..]) panicked at tests/single-panic/src/main.rs:[..]:
85
86
87
0 commit comments