summary refs log tree commit diff
path: root/src/test/ui/mir-dataflow/liveness-ptr.stderr
blob: 3397d0c5a121d8c7b01308e536d7f5622e4bbfca (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_peek: bit not set
  --> $DIR/liveness-ptr.rs:18:14
   |
LL |     unsafe { rustc_peek(x); }
   |              ^^^^^^^^^^^^^

error: stop_after_dataflow ended compilation

error: aborting due to 2 previous errors