]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/else_if_without_else.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / else_if_without_else.stderr
index 2c1ecbfdb8631c01c2a15a913000018f6fa15edf..270009067546a5f3b7852a7c694024186fcbfb81 100644 (file)
@@ -1,5 +1,5 @@
 error: if expression with an `else if`, but without a final `else`
-  --> $DIR/else_if_without_else.rs:54:12
+  --> $DIR/else_if_without_else.rs:45:12
    |
 LL |       } else if bla2() {
    |  ____________^
@@ -12,7 +12,7 @@ LL | |     }
    = help: add an `else` block here
 
 error: if expression with an `else if`, but without a final `else`
-  --> $DIR/else_if_without_else.rs:63:12
+  --> $DIR/else_if_without_else.rs:54:12
    |
 LL |       } else if bla3() {
    |  ____________^