summaryrefslogtreecommitdiffstats
path: root/src/test/ui/mir-dataflow/liveness-projection.stderr
blob: f9480c880908adeddfe3945cc96e563ae03b4c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: rustc_peek: bit not set
  --> $DIR/liveness-projection.rs:11:18
   |
LL |         unsafe { rustc_peek(x); }
   |                  ^^^^^^^^^^^^^

error: rustc_peek: bit not set
  --> $DIR/liveness-projection.rs:28:18
   |
LL |         unsafe { rustc_peek(&p); }
   |                  ^^^^^^^^^^^^^^

error: stop_after_dataflow ended compilation

error: aborting due to 3 previous errors