summaryrefslogtreecommitdiffstats
path: root/src/test/ui/match/expr_before_ident_pat.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/match/expr_before_ident_pat.stderr')
-rw-r--r--src/test/ui/match/expr_before_ident_pat.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/match/expr_before_ident_pat.stderr b/src/test/ui/match/expr_before_ident_pat.stderr
index 2bd1b3b94..57a2d2b26 100644
--- a/src/test/ui/match/expr_before_ident_pat.stderr
+++ b/src/test/ui/match/expr_before_ident_pat.stderr
@@ -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);
| ^