1
1
error[E0658]: meta-variable expressions are unstable
2
- --> $DIR/required-features .rs:3:10
2
+ --> $DIR/required-feature .rs:3:10
3
3
|
4
4
LL | ${ count(e) }
5
5
| ^^^^^^^^^^^^
@@ -8,7 +8,43 @@ LL | ${ count(e) }
8
8
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
9
9
10
10
error[E0658]: meta-variable expressions are unstable
11
- --> $DIR/required-features.rs:10:13
11
+ --> $DIR/required-feature.rs:11:16
12
+ |
13
+ LL | ( $$( $$any:tt )* ) => { $$( $$any )* };
14
+ | ^
15
+ |
16
+ = note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
17
+ = help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
18
+
19
+ error[E0658]: meta-variable expressions are unstable
20
+ --> $DIR/required-feature.rs:11:20
21
+ |
22
+ LL | ( $$( $$any:tt )* ) => { $$( $$any )* };
23
+ | ^
24
+ |
25
+ = note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
26
+ = help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
27
+
28
+ error[E0658]: meta-variable expressions are unstable
29
+ --> $DIR/required-feature.rs:11:39
30
+ |
31
+ LL | ( $$( $$any:tt )* ) => { $$( $$any )* };
32
+ | ^
33
+ |
34
+ = note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
35
+ = help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
36
+
37
+ error[E0658]: meta-variable expressions are unstable
38
+ --> $DIR/required-feature.rs:11:43
39
+ |
40
+ LL | ( $$( $$any:tt )* ) => { $$( $$any )* };
41
+ | ^
42
+ |
43
+ = note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
44
+ = help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
45
+
46
+ error[E0658]: meta-variable expressions are unstable
47
+ --> $DIR/required-feature.rs:22:13
12
48
|
13
49
LL | $( ${ignore(e)} ${index()} )*
14
50
| ^^^^^^^^^^^
@@ -17,7 +53,7 @@ LL | $( ${ignore(e)} ${index()} )*
17
53
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
18
54
19
55
error[E0658]: meta-variable expressions are unstable
20
- --> $DIR/required-features .rs:10 :26
56
+ --> $DIR/required-feature .rs:22 :26
21
57
|
22
58
LL | $( ${ignore(e)} ${index()} )*
23
59
| ^^^^^^^^^
@@ -26,7 +62,7 @@ LL | $( ${ignore(e)} ${index()} )*
26
62
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
27
63
28
64
error[E0658]: meta-variable expressions are unstable
29
- --> $DIR/required-features .rs:18 :19
65
+ --> $DIR/required-feature .rs:30 :19
30
66
|
31
67
LL | 0 $( + 1 ${ignore(i)} )*
32
68
| ^^^^^^^^^^^
@@ -35,7 +71,7 @@ LL | 0 $( + 1 ${ignore(i)} )*
35
71
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
36
72
37
73
error[E0658]: meta-variable expressions are unstable
38
- --> $DIR/required-features .rs:25 :13
74
+ --> $DIR/required-feature .rs:37 :13
39
75
|
40
76
LL | $( ${ignore(e)} ${length()} )*
41
77
| ^^^^^^^^^^^
@@ -44,14 +80,14 @@ LL | $( ${ignore(e)} ${length()} )*
44
80
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
45
81
46
82
error[E0658]: meta-variable expressions are unstable
47
- --> $DIR/required-features .rs:25 :26
83
+ --> $DIR/required-feature .rs:37 :26
48
84
|
49
85
LL | $( ${ignore(e)} ${length()} )*
50
86
| ^^^^^^^^^^
51
87
|
52
88
= note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information
53
89
= help: add `#![feature(macro_metavar_expr)]` to the crate attributes to enable
54
90
55
- error: aborting due to 6 previous errors
91
+ error: aborting due to 10 previous errors
56
92
57
93
For more information about this error, try `rustc --explain E0658`.
0 commit comments