]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-dataflow/liveness-projection.stderr
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / test / ui / mir-dataflow / liveness-projection.stderr
1 error: rustc_peek: bit not set
2   --> $DIR/liveness-projection.rs:11:18
3    |
4 LL |         unsafe { rustc_peek(x); }
5    |                  ^^^^^^^^^^^^^
6
7 error: rustc_peek: bit not set
8   --> $DIR/liveness-projection.rs:28:18
9    |
10 LL |         unsafe { rustc_peek(&p); }
11    |                  ^^^^^^^^^^^^^^
12
13 error: stop_after_dataflow ended compilation
14
15 error: aborting due to 3 previous errors
16