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

11 lines
258 B
Plaintext
Raw Normal View History

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