]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-dataflow/inits-1.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / mir-dataflow / inits-1.stderr
1 error: rustc_peek: bit not set
2   --> $DIR/inits-1.rs:25:14
3    |
4 LL |     unsafe { rustc_peek(&ret); }  //~ ERROR rustc_peek: bit not set
5    |              ^^^^^^^^^^^^^^^^
6
7 error: rustc_peek: bit not set
8   --> $DIR/inits-1.rs:45:14
9    |
10 LL |     unsafe { rustc_peek(&y); }  //~ ERROR rustc_peek: bit not set
11    |              ^^^^^^^^^^^^^^
12
13 error: rustc_peek: bit not set
14   --> $DIR/inits-1.rs:53:14
15    |
16 LL |     unsafe { rustc_peek(&x); } //~ ERROR rustc_peek: bit not set
17    |              ^^^^^^^^^^^^^^
18
19 error: stop_after_dataflow ended compilation
20
21 error: aborting due to 4 previous errors
22