2018-08-08 12:28:26 +00:00
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 15:07:36 +00:00
|
|
|
--> $DIR/uninits-1.rs:18:14
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | unsafe { rustc_peek(&x) };
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 15:07:36 +00:00
|
|
|
--> $DIR/uninits-1.rs:19:14
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | unsafe { rustc_peek(&y) };
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 15:07:36 +00:00
|
|
|
--> $DIR/uninits-1.rs:20:14
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | unsafe { rustc_peek(&z) };
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 15:07:36 +00:00
|
|
|
--> $DIR/uninits-1.rs:36:14
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | unsafe { rustc_peek(&x); }
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 15:07:36 +00:00
|
|
|
--> $DIR/uninits-1.rs:44:14
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | unsafe { rustc_peek(&ret); }
|
2018-08-08 12:28:26 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: stop_after_dataflow ended compilation
|
|
|
|
|
|
|
|
error: aborting due to 6 previous errors
|
|
|
|
|