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

35 lines
772 B
Plaintext
Raw Normal View History

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