]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/const-eval-query-stack.stderr
Rollup merge of #81468 - est31:cfg_version, r=petrochenkov
[rust.git] / src / test / ui / consts / const-eval / const-eval-query-stack.stderr
1 warning: any use of this value will cause an error
2   --> $DIR/const-eval-query-stack.rs:20:16
3    |
4 LL | const X: i32 = 1 / 0;
5    | ---------------^^^^^-
6    |                |
7    |                attempt to divide `1_i32` by zero
8    |
9 note: the lint level is defined here
10   --> $DIR/const-eval-query-stack.rs:19:8
11    |
12 LL | #[warn(const_err)]
13    |        ^^^^^^^^^
14
15 error[E0080]: evaluation of constant value failed
16   --> $DIR/const-eval-query-stack.rs:23:28
17    |
18 LL |     let x: &'static i32 = &X;
19    |                            ^ referenced constant has errors
20 query stack during panic:
21 #0 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]`
22 #1 [optimized_mir] optimizing MIR for `main`
23 #2 [collect_and_partition_mono_items] collect_and_partition_mono_items
24 end of query stack