File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22257 > 255
3- error: the compiler unexpectedly panicked. this is a bug.
3+ error: the compiler unexpectedly panicked. This is a bug
44
55query stack during panic:
66#0 [layout_of] computing layout of `Foo`
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LL | StorageLive(a);
1313
1414
1515aborting due to `-Z treat-err-as-bug=1`
16- error: the compiler unexpectedly panicked. this is a bug.
16+ error: the compiler unexpectedly panicked. This is a bug
1717
1818query stack during panic:
1919end of query stack
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stack backtrace:
1313(end_short_backtrace)
1414(begin_short_backtrace)
1515
16- error: the compiler unexpectedly panicked. this is a bug.
16+ error: the compiler unexpectedly panicked. This is a bug
1717
1818
1919
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | pub static C: u32 = 0 - 1;
55 | ^^^^^ evaluation of `C` failed here
66
77
8- error: the compiler unexpectedly panicked. this is a bug.
8+ error: the compiler unexpectedly panicked. This is a bug
99
1010query stack during panic:
1111#0 [eval_static_initializer] evaluating initializer of static `C`
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | fn main() {}
55 | ^^^^^^^^^
66
77
8- error: the compiler unexpectedly panicked. this is a bug.
8+ error: the compiler unexpectedly panicked. This is a bug
99
1010query stack during panic:
1111#0 [trigger_delayed_bug] triggering a delayed bug for testing incremental
You can’t perform that action at this time.
0 commit comments