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

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

11 lines
203 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/uninits-2.rs:14: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 2 previous errors