Skip to content

Commit 06f100b

Browse files
committed
fix
1 parent cb65fe4 commit 06f100b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ui/panics/default-backtrace-ice.stderr

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ LL | fn main() { missing_ident; }
77

88
aborting due to `-Z treat-err-as-bug=1`
99
stack backtrace:
10-
[... omitted 2 frames ...]
11-
10+
(end_short_backtrace)
11+
(begin_short_backtrace)
12+
(end_short_backtrace)
13+
(begin_short_backtrace)
1214

1315
error: the compiler unexpectedly panicked. this is a bug.
1416

0 commit comments

Comments
 (0)