]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-dataflow/inits-1.stderr
Rollup merge of #90270 - woppopo:const_borrow_trait, r=dtolnay
[rust.git] / src / test / ui / mir-dataflow / inits-1.stderr
1 error: rustc_peek: bit not set
2   --> $DIR/inits-1.rs:14:5
3    |
4 LL |     rustc_peek(&ret);
5    |     ^^^^^^^^^^^^^^^^
6
7 error: rustc_peek: bit not set
8   --> $DIR/inits-1.rs:34:5
9    |
10 LL |     rustc_peek(&y);
11    |     ^^^^^^^^^^^^^^
12
13 error: rustc_peek: bit not set
14   --> $DIR/inits-1.rs:42:5
15    |
16 LL |     rustc_peek(&x);
17    |     ^^^^^^^^^^^^^^
18
19 error: stop_after_dataflow ended compilation
20
21 error: aborting due to 4 previous errors
22