Fix rebase fallout and make the test work with debug info
This commit is contained in:
parent
888afd50d9
commit
90708c15c4
@ -9,9 +9,9 @@ LL | let x: &'static i32 = &(1 / 0);
|
||||
= note: `#[deny(const_err)]` on by default
|
||||
|
||||
query stack during panic:
|
||||
#0 [const_eval_raw] const-evaluating `main::promoted[1]`
|
||||
#1 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
|
||||
#2 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
|
||||
#0 [eval_to_allocation_raw] const-evaluating `main::promoted[1]`
|
||||
#1 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
|
||||
#2 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
|
||||
#3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]`
|
||||
#4 [optimized_mir] optimizing MIR for `main`
|
||||
#5 [collect_and_partition_mono_items] collect_and_partition_mono_items
|
||||
|
Loading…
Reference in New Issue
Block a user