]> git.proxmox.com Git - rustc.git/blob - src/test/ui/mir-dataflow/uninits-1.stderr
Update upstream source from tag 'upstream/1.46.0_beta.2+dfsg1'
[rustc.git] / src / test / ui / mir-dataflow / uninits-1.stderr
1 error: rustc_peek: bit not set
2 --> $DIR/uninits-1.rs:18:5
3 |
4 LL | rustc_peek(&x);
5 | ^^^^^^^^^^^^^^
6
7 error: rustc_peek: bit not set
8 --> $DIR/uninits-1.rs:19:5
9 |
10 LL | rustc_peek(&y);
11 | ^^^^^^^^^^^^^^
12
13 error: rustc_peek: bit not set
14 --> $DIR/uninits-1.rs:20:5
15 |
16 LL | rustc_peek(&z);
17 | ^^^^^^^^^^^^^^
18
19 error: rustc_peek: bit not set
20 --> $DIR/uninits-1.rs:36:5
21 |
22 LL | rustc_peek(&x);
23 | ^^^^^^^^^^^^^^
24
25 error: rustc_peek: bit not set
26 --> $DIR/uninits-1.rs:44:5
27 |
28 LL | rustc_peek(&ret);
29 | ^^^^^^^^^^^^^^^^
30
31 error: stop_after_dataflow ended compilation
32
33 error: aborting due to 6 previous errors
34