File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/ui/consts/const-eval Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ LL | let x: &'static i32 = &(1 / 0);
9
9
= note: `#[deny(const_err)]` on by default
10
10
11
11
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]`
15
15
#3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]`
16
16
#4 [optimized_mir] optimizing MIR for `main`
17
17
#5 [collect_and_partition_mono_items] collect_and_partition_mono_items
You can’t perform that action at this time.
0 commit comments