]> git.lizzy.rs Git - rust.git/blob - tests/ui/mir-dataflow/uninits-1.stderr
Auto merge of #106833 - JohnTitor:rollup-z8398jk, r=JohnTitor
[rust.git] / tests / 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