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-
91error: cannot find macro `in_mod` in this scope
102 --> $DIR/key-value-expansion-scope.rs:2:10
113 |
@@ -14,14 +6,6 @@ LL | #![doc = in_mod!()]
146 |
157 = help: have you added the `#[macro_use]` on the module/import?
168
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-
259error: cannot find macro `in_block` in this scope
2610 --> $DIR/key-value-expansion-scope.rs:4:10
2711 |
@@ -94,61 +78,53 @@ LL | #![doc = in_block!()]
9478 |
9579 = help: have you added the `#[macro_use]` on the module/import?
9680
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
10783 |
108- LL | #! [doc = in_mod_escape !()]
109- | ^^^^^ ^^^^^^^^
84+ LL | # [doc = in_block !()]
85+ | ^^^^^^^^
11086 |
11187 = help: have you added the `#[macro_use]` on the module/import?
11288
11389error: 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
11591 |
11692LL | #![doc = in_block!()]
11793 | ^^^^^^^^
11894 |
11995 = help: have you added the `#[macro_use]` on the module/import?
12096
12197error: 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
12399 |
124100LL | #[doc = in_mod!()]
125101 | ^^^^^^
126102 |
127103 = help: have you added the `#[macro_use]` on the module/import?
128104
129105error: 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
131107 |
132108LL | #[doc = in_block!()]
133109 | ^^^^^^^^
134110 |
135111 = help: have you added the `#[macro_use]` on the module/import?
136112
137113error: 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
139115 |
140116LL | #![doc = in_mod!()]
141117 | ^^^^^^
142118 |
143119 = help: have you added the `#[macro_use]` on the module/import?
144120
145121error: 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
147123 |
148124LL | #![doc = in_block!()]
149125 | ^^^^^^^^
150126 |
151127 = help: have you added the `#[macro_use]` on the module/import?
152128
153- error: aborting due to 19 previous errors
129+ error: aborting due to 16 previous errors
154130
0 commit comments