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

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

29 lines
560 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/def-inits-1.rs:14: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: rustc_peek: bit not set
2020-06-27 09:47:18 +00:00
--> $DIR/def-inits-1.rs:30: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/def-inits-1.rs:33: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/def-inits-1.rs:41: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: stop_after_dataflow ended compilation
error: aborting due to 5 previous errors