@@ -126,62 +126,62 @@ LL | #![doc = in_block!()]
126
126
|
127
127
= help: have you added the `#[macro_use]` on the module/import?
128
128
129
- warning: cannot find macro `in_root` in the crate root
129
+ warning: cannot find macro `in_root` in the current scope when looking from the crate root
130
130
--> $DIR/key-value-expansion-scope.rs:1:10
131
131
|
132
132
LL | #![doc = in_root!()]
133
- | ^^^^^^^ not found in the crate root
133
+ | ^^^^^^^ not found from the crate root
134
134
|
135
135
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
136
136
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
137
137
= help: import `macro_rules` with `use` to make it callable above its definition
138
138
= note: `#[warn(out_of_scope_macro_calls)]` on by default
139
139
140
- warning: cannot find macro `in_mod_escape` in the crate root
140
+ warning: cannot find macro `in_mod_escape` in the current scope when looking from the crate root
141
141
--> $DIR/key-value-expansion-scope.rs:4:10
142
142
|
143
143
LL | #![doc = in_mod_escape!()]
144
- | ^^^^^^^^^^^^^ not found in the crate root
144
+ | ^^^^^^^^^^^^^ not found from the crate root
145
145
|
146
146
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
147
147
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
148
148
= help: import `macro_rules` with `use` to make it callable above its definition
149
149
150
- warning: cannot find macro `in_mod` in module `macros_stay`
150
+ warning: cannot find macro `in_mod` in the current scope when looking from module `macros_stay`
151
151
--> $DIR/key-value-expansion-scope.rs:21:9
152
152
|
153
153
LL | #[doc = in_mod!()]
154
- | ^^^^^^ not found in module `macros_stay`
154
+ | ^^^^^^ not found from module `macros_stay`
155
155
|
156
156
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
157
157
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
158
158
= help: import `macro_rules` with `use` to make it callable above its definition
159
159
160
- warning: cannot find macro `in_mod` in module `macros_stay`
160
+ warning: cannot find macro `in_mod` in the current scope when looking from module `macros_stay`
161
161
--> $DIR/key-value-expansion-scope.rs:24:14
162
162
|
163
163
LL | #![doc = in_mod!()]
164
- | ^^^^^^ not found in module `macros_stay`
164
+ | ^^^^^^ not found from module `macros_stay`
165
165
|
166
166
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
167
167
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
168
168
= help: import `macro_rules` with `use` to make it callable above its definition
169
169
170
- warning: cannot find macro `in_mod_escape` in module `macros_escape`
170
+ warning: cannot find macro `in_mod_escape` in the current scope when looking from module `macros_escape`
171
171
--> $DIR/key-value-expansion-scope.rs:36:9
172
172
|
173
173
LL | #[doc = in_mod_escape!()]
174
- | ^^^^^^^^^^^^^ not found in module `macros_escape`
174
+ | ^^^^^^^^^^^^^ not found from module `macros_escape`
175
175
|
176
176
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
177
177
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
178
178
= help: import `macro_rules` with `use` to make it callable above its definition
179
179
180
- warning: cannot find macro `in_mod_escape` in module `macros_escape`
180
+ warning: cannot find macro `in_mod_escape` in the current scope when looking from module `macros_escape`
181
181
--> $DIR/key-value-expansion-scope.rs:39:14
182
182
|
183
183
LL | #![doc = in_mod_escape!()]
184
- | ^^^^^^^^^^^^^ not found in module `macros_escape`
184
+ | ^^^^^^^^^^^^^ not found from module `macros_escape`
185
185
|
186
186
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
187
187
= note: for more information, see issue #124535 <https://github.com/rust-lang/rust/issues/124535>
0 commit comments