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

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

23 lines
431 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: rustc_peek: bit not set
2020-06-27 04:47:18 -05:00
--> $DIR/inits-1.rs:14:5
2018-08-08 07:28:26 -05:00
|
2020-06-27 04:47:18 -05:00
LL | rustc_peek(&ret);
| ^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: rustc_peek: bit not set
2020-06-27 04:47:18 -05:00
--> $DIR/inits-1.rs:34:5
2018-08-08 07:28:26 -05:00
|
2020-06-27 04:47:18 -05:00
LL | rustc_peek(&y);
| ^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: rustc_peek: bit not set
2020-06-27 04:47:18 -05:00
--> $DIR/inits-1.rs:42:5
2018-08-08 07:28:26 -05:00
|
2020-06-27 04:47:18 -05:00
LL | rustc_peek(&x);
| ^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: stop_after_dataflow ended compilation
error: aborting due to 4 previous errors