summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-13483.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/issues/issue-13483.stderr')
-rw-r--r--src/test/ui/parser/issues/issue-13483.stderr18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/test/ui/parser/issues/issue-13483.stderr b/src/test/ui/parser/issues/issue-13483.stderr
deleted file mode 100644
index f5534090f..000000000
--- a/src/test/ui/parser/issues/issue-13483.stderr
+++ /dev/null
@@ -1,18 +0,0 @@
-error: missing condition for `if` expression
- --> $DIR/issue-13483.rs:3:14
- |
-LL | } else if {
- | ^- if this block is the condition of the `if` expression, then it must be followed by another block
- | |
- | expected condition here
-
-error: missing condition for `if` expression
- --> $DIR/issue-13483.rs:11:14
- |
-LL | } else if {
- | ^- if this block is the condition of the `if` expression, then it must be followed by another block
- | |
- | expected condition here
-
-error: aborting due to 2 previous errors
-