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