rust/src/test/ui/mir-dataflow/uninits-2.stderr

11 lines
224 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: rustc_peek: bit not set
--> $DIR/uninits-2.rs:14:14
2018-08-08 07:28:26 -05:00
|
2019-03-09 06:03:44 -06:00
LL | unsafe { rustc_peek(&x) };
2018-08-08 07:28:26 -05:00
| ^^^^^^^^^^^^^^
error: stop_after_dataflow ended compilation
error: aborting due to 2 previous errors