]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-dataflow/def-inits-1.stderr
Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov
[rust.git] / src / test / ui / mir-dataflow / def-inits-1.stderr
1 error: rustc_peek: bit not set
2   --> $DIR/def-inits-1.rs:14:5
3    |
4 LL |     rustc_peek(&ret);
5    |     ^^^^^^^^^^^^^^^^
6
7 error: rustc_peek: bit not set
8   --> $DIR/def-inits-1.rs:30:5
9    |
10 LL |     rustc_peek(&z);
11    |     ^^^^^^^^^^^^^^
12
13 error: rustc_peek: bit not set
14   --> $DIR/def-inits-1.rs:33:5
15    |
16 LL |     rustc_peek(&y);
17    |     ^^^^^^^^^^^^^^
18
19 error: rustc_peek: bit not set
20   --> $DIR/def-inits-1.rs:41:5
21    |
22 LL |     rustc_peek(&x);
23    |     ^^^^^^^^^^^^^^
24
25 error: stop_after_dataflow ended compilation
26
27 error: aborting due to 5 previous errors
28