rust/tests/ui/mir-dataflow/uninits-1.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
667 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/uninits-1.rs:18:5
2018-08-08 12:28:26 +00:00
|
2020-06-27 09:47:18 +00:00
LL | rustc_peek(&x);
| ^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/uninits-1.rs:19:5
2018-08-08 12:28:26 +00:00
|
2020-06-27 09:47:18 +00:00
LL | rustc_peek(&y);
| ^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/uninits-1.rs:20:5
2018-08-08 12:28:26 +00:00
|
2020-06-27 09:47:18 +00:00
LL | rustc_peek(&z);
| ^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/uninits-1.rs:36:5
2018-08-08 12:28:26 +00:00
|
2020-06-27 09:47:18 +00:00
LL | rustc_peek(&x);
| ^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/uninits-1.rs:44:5
2018-08-08 12:28:26 +00:00
|
2020-06-27 09:47:18 +00:00
LL | rustc_peek(&ret);
| ^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: stop_after_dataflow ended compilation
error: aborting due to 6 previous errors