summaryrefslogtreecommitdiffstats
path: root/src/test/ui/block-result/block-must-not-have-result-do.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/block-result/block-must-not-have-result-do.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/block-result/block-must-not-have-result-do.stderr b/src/test/ui/block-result/block-must-not-have-result-do.stderr
new file mode 100644
index 000000000..914886f81
--- /dev/null
+++ b/src/test/ui/block-result/block-must-not-have-result-do.stderr
@@ -0,0 +1,9 @@
+error[E0308]: mismatched types
+ --> $DIR/block-must-not-have-result-do.rs:3:9
+ |
+LL | true
+ | ^^^^ expected `()`, found `bool`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0308`.