]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/match/expr_before_ident_pat.stderr
Stabilize half_open_range_patterns
[rust.git] / src / test / ui / match / expr_before_ident_pat.stderr
index 2bd1b3b9454a6606f98da129e2c876fda550bc29..57a2d2b26cff004687e49ab18dabcbd6fef07ac1 100644 (file)
@@ -1,11 +1,11 @@
 error[E0425]: cannot find value `a` in this scope
-  --> $DIR/expr_before_ident_pat.rs:12:12
+  --> $DIR/expr_before_ident_pat.rs:10:12
    |
 LL |     funny!(a, a);
    |            ^ not found in this scope
 
 error: arbitrary expressions aren't allowed in patterns
-  --> $DIR/expr_before_ident_pat.rs:12:12
+  --> $DIR/expr_before_ident_pat.rs:10:12
    |
 LL |     funny!(a, a);
    |            ^