Skip to content

Commit 90708c1

Browse files
committed
Fix rebase fallout and make the test work with debug info
1 parent 888afd5 commit 90708c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/ui/consts/const-eval/const-eval-query-stack.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LL | let x: &'static i32 = &(1 / 0);
99
= note: `#[deny(const_err)]` on by default
1010

1111
query stack during panic:
12-
#0 [const_eval_raw] const-evaluating `main::promoted[1]`
13-
#1 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
14-
#2 [const_eval_validated] const-evaluating + checking `main::promoted[1]`
12+
#0 [eval_to_allocation_raw] const-evaluating `main::promoted[1]`
13+
#1 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
14+
#2 [eval_to_const_value] const-evaluating + checking `main::promoted[1]`
1515
#3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]`
1616
#4 [optimized_mir] optimizing MIR for `main`
1717
#5 [collect_and_partition_mono_items] collect_and_partition_mono_items

0 commit comments

Comments
 (0)