summary refs log tree commit diff
path: root/src/test/ui/mir-dataflow/uninits-2.stderr
blob: 08959ce3b1329152dd2e2330c34d579961cddec5 (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_peek: bit not set
  --> $DIR/uninits-2.rs:15:14
   |
LL |     unsafe { rustc_peek(&x) }; //~ ERROR rustc_peek: bit not set
   |              ^^^^^^^^^^^^^^

error: stop_after_dataflow ended compilation

error: aborting due to 2 previous errors