|
1 | 1 | warning: any use of this value will cause an error
|
2 |
| - --> $DIR/const-eval-query-stack.rs:19:16 |
| 2 | + --> $DIR/const-eval-query-stack.rs:20:16 |
3 | 3 | |
|
4 | 4 | LL | const X: i32 = 1 / 0;
|
5 | 5 | | ---------------^^^^^-
|
6 | 6 | | |
|
7 | 7 | | attempt to divide `1_i32` by zero
|
8 | 8 | |
|
9 | 9 | note: the lint level is defined here
|
10 |
| - --> $DIR/const-eval-query-stack.rs:18:8 |
| 10 | + --> $DIR/const-eval-query-stack.rs:19:8 |
11 | 11 | |
|
12 | 12 | LL | #[warn(const_err)]
|
13 | 13 | | ^^^^^^^^^
|
14 | 14 | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
15 | 15 | = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
|
16 | 16 |
|
17 | 17 | error[E0080]: evaluation of constant value failed
|
18 |
| - --> $DIR/const-eval-query-stack.rs:23:28 |
| 18 | + --> $DIR/const-eval-query-stack.rs:24:28 |
19 | 19 | |
|
20 | 20 | LL | let x: &'static i32 = &X;
|
21 | 21 | | ^ referenced constant has errors
|
22 |
| - |
23 | 22 | query stack during panic:
|
24 |
| -#0 [eval_to_allocation_raw] const-evaluating + checking `main::promoted[1]` |
25 |
| -#1 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]` |
26 |
| -#2 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]` |
27 |
| -#3 [normalize_mir_const_after_erasing_regions] normalizing `main::promoted[1]` |
28 |
| -#4 [optimized_mir] optimizing MIR for `main` |
29 |
| -#5 [collect_and_partition_mono_items] collect_and_partition_mono_items |
| 23 | +#0 [normalize_mir_const_after_erasing_regions] normalizing `main::promoted[1]` |
| 24 | +#1 [optimized_mir] optimizing MIR for `main` |
| 25 | +#2 [collect_and_partition_mono_items] collect_and_partition_mono_items |
30 | 26 | end of query stack
|
0 commit comments