X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fmatch%2Fexpr_before_ident_pat.stderr;h=57a2d2b26cff004687e49ab18dabcbd6fef07ac1;hb=5ae73634dc63e48a23467b970e2fbcc81cb2ec73;hp=2bd1b3b9454a6606f98da129e2c876fda550bc29;hpb=9298bd8197ebffac1d310ff90f5845a30a512a23;p=rust.git diff --git a/src/test/ui/match/expr_before_ident_pat.stderr b/src/test/ui/match/expr_before_ident_pat.stderr index 2bd1b3b9454..57a2d2b26cf 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); | ^