mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
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
|
|
|