|
1 | | -error: cannot find macro `in_mod` in this scope |
| 1 | +error: cannot find macro `in_mod` in the crate root |
2 | 2 | --> $DIR/key-value-expansion-scope.rs:3:10 |
3 | 3 | | |
4 | 4 | LL | #![doc = in_mod!()] |
5 | | - | ^^^^^^ not found in this scope |
| 5 | + | ^^^^^^ not found in the crate root |
6 | 6 | | |
7 | 7 | = help: have you added the `#[macro_use]` on the module/import? |
8 | 8 |
|
9 | | -error: cannot find macro `in_block` in this scope |
| 9 | +error: cannot find macro `in_block` in the crate root |
10 | 10 | --> $DIR/key-value-expansion-scope.rs:6:10 |
11 | 11 | | |
12 | 12 | LL | #![doc = in_block!()] |
13 | | - | ^^^^^^^^ not found in this scope |
| 13 | + | ^^^^^^^^ not found in the crate root |
14 | 14 | | |
15 | 15 | = help: have you added the `#[macro_use]` on the module/import? |
16 | 16 |
|
17 | | -error: cannot find macro `in_root` in this scope |
| 17 | +error: cannot find macro `in_root` in the crate root |
18 | 18 | --> $DIR/key-value-expansion-scope.rs:8:9 |
19 | 19 | | |
20 | 20 | LL | #[doc = in_root!()] |
21 | | - | ^^^^^^^ not found in this scope |
| 21 | + | ^^^^^^^ not found in the crate root |
22 | 22 | | |
23 | 23 | = help: have you added the `#[macro_use]` on the module/import? |
24 | 24 |
|
25 | | -error: cannot find macro `in_mod` in this scope |
| 25 | +error: cannot find macro `in_mod` in the crate root |
26 | 26 | --> $DIR/key-value-expansion-scope.rs:9:9 |
27 | 27 | | |
28 | 28 | LL | #[doc = in_mod!()] |
29 | | - | ^^^^^^ not found in this scope |
| 29 | + | ^^^^^^ not found in the crate root |
30 | 30 | | |
31 | 31 | = help: have you added the `#[macro_use]` on the module/import? |
32 | 32 |
|
33 | | -error: cannot find macro `in_mod_escape` in this scope |
| 33 | +error: cannot find macro `in_mod_escape` in the crate root |
34 | 34 | --> $DIR/key-value-expansion-scope.rs:10:9 |
35 | 35 | | |
36 | 36 | LL | #[doc = in_mod_escape!()] |
37 | | - | ^^^^^^^^^^^^^ not found in this scope |
| 37 | + | ^^^^^^^^^^^^^ not found in the crate root |
38 | 38 | | |
39 | 39 | = help: have you added the `#[macro_use]` on the module/import? |
40 | 40 |
|
41 | | -error: cannot find macro `in_block` in this scope |
| 41 | +error: cannot find macro `in_block` in the crate root |
42 | 42 | --> $DIR/key-value-expansion-scope.rs:11:9 |
43 | 43 | | |
44 | 44 | LL | #[doc = in_block!()] |
45 | | - | ^^^^^^^^ not found in this scope |
| 45 | + | ^^^^^^^^ not found in the crate root |
46 | 46 | | |
47 | 47 | = help: have you added the `#[macro_use]` on the module/import? |
48 | 48 |
|
49 | | -error: cannot find macro `in_root` in this scope |
| 49 | +error: cannot find macro `in_root` in the crate root |
50 | 50 | --> $DIR/key-value-expansion-scope.rs:13:14 |
51 | 51 | | |
52 | 52 | LL | #![doc = in_root!()] |
53 | | - | ^^^^^^^ not found in this scope |
| 53 | + | ^^^^^^^ not found in the crate root |
54 | 54 | | |
55 | 55 | = help: have you added the `#[macro_use]` on the module/import? |
56 | 56 |
|
57 | | -error: cannot find macro `in_mod` in this scope |
| 57 | +error: cannot find macro `in_mod` in the crate root |
58 | 58 | --> $DIR/key-value-expansion-scope.rs:14:14 |
59 | 59 | | |
60 | 60 | LL | #![doc = in_mod!()] |
61 | | - | ^^^^^^ not found in this scope |
| 61 | + | ^^^^^^ not found in the crate root |
62 | 62 | | |
63 | 63 | = help: have you added the `#[macro_use]` on the module/import? |
64 | 64 |
|
65 | | -error: cannot find macro `in_mod_escape` in this scope |
| 65 | +error: cannot find macro `in_mod_escape` in the crate root |
66 | 66 | --> $DIR/key-value-expansion-scope.rs:15:14 |
67 | 67 | | |
68 | 68 | LL | #![doc = in_mod_escape!()] |
69 | | - | ^^^^^^^^^^^^^ not found in this scope |
| 69 | + | ^^^^^^^^^^^^^ not found in the crate root |
70 | 70 | | |
71 | 71 | = help: have you added the `#[macro_use]` on the module/import? |
72 | 72 |
|
73 | | -error: cannot find macro `in_block` in this scope |
| 73 | +error: cannot find macro `in_block` in the crate root |
74 | 74 | --> $DIR/key-value-expansion-scope.rs:16:14 |
75 | 75 | | |
76 | 76 | LL | #![doc = in_block!()] |
77 | | - | ^^^^^^^^ not found in this scope |
| 77 | + | ^^^^^^^^ not found in the crate root |
78 | 78 | | |
79 | 79 | = help: have you added the `#[macro_use]` on the module/import? |
80 | 80 |
|
81 | | -error: cannot find macro `in_block` in this scope |
| 81 | +error: cannot find macro `in_block` in the crate root |
82 | 82 | --> $DIR/key-value-expansion-scope.rs:50:9 |
83 | 83 | | |
84 | 84 | LL | #[doc = in_block!()] |
85 | | - | ^^^^^^^^ not found in this scope |
| 85 | + | ^^^^^^^^ not found in the crate root |
86 | 86 | | |
87 | 87 | = help: have you added the `#[macro_use]` on the module/import? |
88 | 88 |
|
89 | | -error: cannot find macro `in_block` in this scope |
| 89 | +error: cannot find macro `in_block` in the crate root |
90 | 90 | --> $DIR/key-value-expansion-scope.rs:52:14 |
91 | 91 | | |
92 | 92 | LL | #![doc = in_block!()] |
93 | | - | ^^^^^^^^ not found in this scope |
| 93 | + | ^^^^^^^^ not found in the crate root |
94 | 94 | | |
95 | 95 | = help: have you added the `#[macro_use]` on the module/import? |
96 | 96 |
|
97 | | -error: cannot find macro `in_mod` in this scope |
| 97 | +error: cannot find macro `in_mod` in the crate root |
98 | 98 | --> $DIR/key-value-expansion-scope.rs:63:9 |
99 | 99 | | |
100 | 100 | LL | #[doc = in_mod!()] |
101 | | - | ^^^^^^ not found in this scope |
| 101 | + | ^^^^^^ not found in the crate root |
102 | 102 | | |
103 | 103 | = help: have you added the `#[macro_use]` on the module/import? |
104 | 104 |
|
105 | | -error: cannot find macro `in_block` in this scope |
| 105 | +error: cannot find macro `in_block` in the crate root |
106 | 106 | --> $DIR/key-value-expansion-scope.rs:65:9 |
107 | 107 | | |
108 | 108 | LL | #[doc = in_block!()] |
109 | | - | ^^^^^^^^ not found in this scope |
| 109 | + | ^^^^^^^^ not found in the crate root |
110 | 110 | | |
111 | 111 | = help: have you added the `#[macro_use]` on the module/import? |
112 | 112 |
|
113 | | -error: cannot find macro `in_mod` in this scope |
| 113 | +error: cannot find macro `in_mod` in the crate root |
114 | 114 | --> $DIR/key-value-expansion-scope.rs:68:14 |
115 | 115 | | |
116 | 116 | LL | #![doc = in_mod!()] |
117 | | - | ^^^^^^ not found in this scope |
| 117 | + | ^^^^^^ not found in the crate root |
118 | 118 | | |
119 | 119 | = help: have you added the `#[macro_use]` on the module/import? |
120 | 120 |
|
121 | | -error: cannot find macro `in_block` in this scope |
| 121 | +error: cannot find macro `in_block` in the crate root |
122 | 122 | --> $DIR/key-value-expansion-scope.rs:70:14 |
123 | 123 | | |
124 | 124 | LL | #![doc = in_block!()] |
125 | | - | ^^^^^^^^ not found in this scope |
| 125 | + | ^^^^^^^^ not found in the crate root |
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 this scope |
| 129 | +warning: cannot find macro `in_root` in 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 this scope |
| 133 | + | ^^^^^^^ not found in 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 this scope |
| 140 | +warning: cannot find macro `in_mod_escape` in 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 this scope |
| 144 | + | ^^^^^^^^^^^^^ not found in 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 this scope |
| 150 | +warning: cannot find macro `in_mod` in 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 this scope |
| 154 | + | ^^^^^^ not found in 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 this scope |
| 160 | +warning: cannot find macro `in_mod` in 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 this scope |
| 164 | + | ^^^^^^ not found in 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 this scope |
| 170 | +warning: cannot find macro `in_mod_escape` in 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 this scope |
| 174 | + | ^^^^^^^^^^^^^ not found in 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 this scope |
| 180 | +warning: cannot find macro `in_mod_escape` in 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 this scope |
| 184 | + | ^^^^^^^^^^^^^ not found in 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