1
- error: cannot find macro `in_root` in this scope
2
- --> $DIR/key-value-expansion-scope.rs:1:10
3
- |
4
- LL | #![doc = in_root!()]
5
- | ^^^^^^^
6
- |
7
- = help: have you added the `#[macro_use]` on the module/import?
8
-
9
1
error: cannot find macro `in_mod` in this scope
10
2
--> $DIR/key-value-expansion-scope.rs:2:10
11
3
|
@@ -14,14 +6,6 @@ LL | #![doc = in_mod!()]
14
6
|
15
7
= help: have you added the `#[macro_use]` on the module/import?
16
8
17
- error: cannot find macro `in_mod_escape` in this scope
18
- --> $DIR/key-value-expansion-scope.rs:3:10
19
- |
20
- LL | #![doc = in_mod_escape!()]
21
- | ^^^^^^^^^^^^^
22
- |
23
- = help: have you added the `#[macro_use]` on the module/import?
24
-
25
9
error: cannot find macro `in_block` in this scope
26
10
--> $DIR/key-value-expansion-scope.rs:4:10
27
11
|
@@ -94,61 +78,53 @@ LL | #![doc = in_block!()]
94
78
|
95
79
= help: have you added the `#[macro_use]` on the module/import?
96
80
97
- error: cannot find macro `in_mod` in this scope
98
- --> $DIR/key-value-expansion-scope.rs:20:14
99
- |
100
- LL | #![doc = in_mod!()]
101
- | ^^^^^^
102
- |
103
- = help: have you added the `#[macro_use]` on the module/import?
104
-
105
- error: cannot find macro `in_mod_escape` in this scope
106
- --> $DIR/key-value-expansion-scope.rs:32:14
81
+ error: cannot find macro `in_block` in this scope
82
+ --> $DIR/key-value-expansion-scope.rs:44:9
107
83
|
108
- LL | #! [doc = in_mod_escape !()]
109
- | ^^^^^ ^^^^^^^^
84
+ LL | # [doc = in_block !()]
85
+ | ^^^^^^^^
110
86
|
111
87
= help: have you added the `#[macro_use]` on the module/import?
112
88
113
89
error: cannot find macro `in_block` in this scope
114
- --> $DIR/key-value-expansion-scope.rs:43 :14
90
+ --> $DIR/key-value-expansion-scope.rs:46 :14
115
91
|
116
92
LL | #![doc = in_block!()]
117
93
| ^^^^^^^^
118
94
|
119
95
= help: have you added the `#[macro_use]` on the module/import?
120
96
121
97
error: cannot find macro `in_mod` in this scope
122
- --> $DIR/key-value-expansion-scope.rs:54 :9
98
+ --> $DIR/key-value-expansion-scope.rs:57 :9
123
99
|
124
100
LL | #[doc = in_mod!()]
125
101
| ^^^^^^
126
102
|
127
103
= help: have you added the `#[macro_use]` on the module/import?
128
104
129
105
error: cannot find macro `in_block` in this scope
130
- --> $DIR/key-value-expansion-scope.rs:56 :9
106
+ --> $DIR/key-value-expansion-scope.rs:59 :9
131
107
|
132
108
LL | #[doc = in_block!()]
133
109
| ^^^^^^^^
134
110
|
135
111
= help: have you added the `#[macro_use]` on the module/import?
136
112
137
113
error: cannot find macro `in_mod` in this scope
138
- --> $DIR/key-value-expansion-scope.rs:59 :14
114
+ --> $DIR/key-value-expansion-scope.rs:62 :14
139
115
|
140
116
LL | #![doc = in_mod!()]
141
117
| ^^^^^^
142
118
|
143
119
= help: have you added the `#[macro_use]` on the module/import?
144
120
145
121
error: cannot find macro `in_block` in this scope
146
- --> $DIR/key-value-expansion-scope.rs:61 :14
122
+ --> $DIR/key-value-expansion-scope.rs:64 :14
147
123
|
148
124
LL | #![doc = in_block!()]
149
125
| ^^^^^^^^
150
126
|
151
127
= help: have you added the `#[macro_use]` on the module/import?
152
128
153
- error: aborting due to 19 previous errors
129
+ error: aborting due to 16 previous errors
154
130
0 commit comments