]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-eval/const-eval-query-stack.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / const-eval-query-stack.stderr
CommitLineData
5869c6ff
XL
1warning: any use of this value will cause an error
2 --> $DIR/const-eval-query-stack.rs:20:16
3dfed10e 3 |
5869c6ff
XL
4LL | const X: i32 = 1 / 0;
5 | ---------------^^^^^-
6 | |
7 | attempt to divide `1_i32` by zero
3dfed10e 8 |
5869c6ff
XL
9note: the lint level is defined here
10 --> $DIR/const-eval-query-stack.rs:19:8
11 |
12LL | #[warn(const_err)]
13 | ^^^^^^^^^
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 = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
3dfed10e 16
5869c6ff
XL
17error[E0080]: evaluation of constant value failed
18 --> $DIR/const-eval-query-stack.rs:24:28
19 |
20LL | let x: &'static i32 = &X;
21 | ^ referenced constant has errors
3dfed10e 22query stack during panic:
5869c6ff
XL
23#0 [normalize_generic_arg_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
3dfed10e 26end of query stack