os-rust/src/test/ui/mir-dataflow/inits-1.stderr

23 lines
494 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: rustc_peek: bit not set
--> $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
--> $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
--> $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