We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866885c commit ba268caCopy full SHA for ba268ca
tests/ui/macros/expr_2024_underscore_expr.edi2024.stderr
@@ -1,5 +1,5 @@
1
error: no rules expected the token `_`
2
- --> $DIR/expr_2024_underscore_expr.rs:23:12
+ --> $DIR/expr_2024_underscore_expr.rs:22:12
3
|
4
LL | macro_rules! m2021 {
5
| ------------------ when calling this macro
@@ -8,7 +8,7 @@ LL | m2021!(_);
8
| ^ no rules expected this token in macro call
9
10
note: while trying to match meta-variable `$e:expr_2021`
11
- --> $DIR/expr_2024_underscore_expr.rs:11:6
+ --> $DIR/expr_2024_underscore_expr.rs:10:6
12
13
LL | ($e:expr_2021) => {
14
| ^^^^^^^^^^^^
0 commit comments