summaryrefslogtreecommitdiffstats
path: root/src/test/ui/mir-dataflow/uninits-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/mir-dataflow/uninits-1.stderr')
-rw-r--r--src/test/ui/mir-dataflow/uninits-1.stderr34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/test/ui/mir-dataflow/uninits-1.stderr b/src/test/ui/mir-dataflow/uninits-1.stderr
new file mode 100644
index 000000000..c52f5ac7b
--- /dev/null
+++ b/src/test/ui/mir-dataflow/uninits-1.stderr
@@ -0,0 +1,34 @@
+error: rustc_peek: bit not set
+ --> $DIR/uninits-1.rs:18:5
+ |
+LL | rustc_peek(&x);
+ | ^^^^^^^^^^^^^^
+
+error: rustc_peek: bit not set
+ --> $DIR/uninits-1.rs:19:5
+ |
+LL | rustc_peek(&y);
+ | ^^^^^^^^^^^^^^
+
+error: rustc_peek: bit not set
+ --> $DIR/uninits-1.rs:20:5
+ |
+LL | rustc_peek(&z);
+ | ^^^^^^^^^^^^^^
+
+error: rustc_peek: bit not set
+ --> $DIR/uninits-1.rs:36:5
+ |
+LL | rustc_peek(&x);
+ | ^^^^^^^^^^^^^^
+
+error: rustc_peek: bit not set
+ --> $DIR/uninits-1.rs:44:5
+ |
+LL | rustc_peek(&ret);
+ | ^^^^^^^^^^^^^^^^
+
+error: stop_after_dataflow ended compilation
+
+error: aborting due to 6 previous errors
+