2018-08-08 14:28:26 +02:00
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 16:07:36 +01:00
|
|
|
--> $DIR/inits-1.rs:14:14
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | unsafe { rustc_peek(&ret); }
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 16:07:36 +01:00
|
|
|
--> $DIR/inits-1.rs:34:14
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | unsafe { rustc_peek(&y); }
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: rustc_peek: bit not set
|
2019-04-07 16:07:36 +01:00
|
|
|
--> $DIR/inits-1.rs:42:14
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | unsafe { rustc_peek(&x); }
|
2018-08-08 14:28:26 +02:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: stop_after_dataflow ended compilation
|
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
|
|
|
|