1- error: this unsafe block in a macro expands metavariables
1+ error: this macro expands metavariables in an unsafe block
22 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:19:9
33 |
44LL | / unsafe {
@@ -13,7 +13,7 @@ LL | | }
1313 = note: `-D clippy::macro-metavars-in-unsafe` implied by `-D warnings`
1414 = help: to override `-D warnings` add `#[allow(clippy::macro_metavars_in_unsafe)]`
1515
16- error: this unsafe block in a macro expands metavariables
16+ error: this macro expands metavariables in an unsafe block
1717 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:30:9
1818 |
1919LL | / unsafe {
@@ -26,7 +26,7 @@ LL | | }
2626 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
2727 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
2828
29- error: this unsafe block in a macro expands metavariables
29+ error: this macro expands metavariables in an unsafe block
3030 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:42:13
3131 |
3232LL | / unsafe {
@@ -39,7 +39,7 @@ LL | | }
3939 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
4040 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
4141
42- error: this unsafe block in a macro expands metavariables
42+ error: this macro expands metavariables in an unsafe block
4343 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:67:17
4444 |
4545LL | / unsafe {
@@ -52,7 +52,7 @@ LL | | }
5252 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
5353 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
5454
55- error: this unsafe block in a macro expands metavariables
55+ error: this macro expands metavariables in an unsafe block
5656 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:95:21
5757 |
5858LL | unsafe { $inside_unsafe }
@@ -62,7 +62,7 @@ LL | unsafe { $inside_unsafe }
6262 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
6363 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
6464
65- error: this unsafe block in a macro expands metavariables
65+ error: this macro expands metavariables in an unsafe block
6666 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:110:17
6767 |
6868LL | / unsafe {
@@ -75,7 +75,7 @@ LL | | }
7575 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
7676 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
7777
78- error: this unsafe block in a macro expands metavariables
78+ error: this macro expands metavariables in an unsafe block
7979 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:122:9
8080 |
8181LL | / unsafe {
@@ -90,7 +90,7 @@ LL | | }
9090 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
9191 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
9292
93- error: this unsafe block in a macro expands metavariables
93+ error: this macro expands metavariables in an unsafe block
9494 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:137:9
9595 |
9696LL | / unsafe {
@@ -103,7 +103,7 @@ LL | | }
103103 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
104104 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
105105
106- error: this unsafe block in a macro expands metavariables
106+ error: this macro expands metavariables in an unsafe block
107107 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:146:13
108108 |
109109LL | / unsafe {
@@ -116,7 +116,7 @@ LL | | }
116116 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
117117 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
118118
119- error: this unsafe block in a macro expands metavariables
119+ error: this macro expands metavariables in an unsafe block
120120 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:171:5
121121 |
122122LL | / unsafe {
@@ -129,7 +129,7 @@ LL | | }
129129 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
130130 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
131131
132- error: this unsafe block in a macro expands metavariables
132+ error: this macro expands metavariables in an unsafe block
133133 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:158:9
134134 |
135135LL | / unsafe {
@@ -142,7 +142,7 @@ LL | | }
142142 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
143143 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
144144
145- error: this unsafe block in a macro expands metavariables
145+ error: this macro expands metavariables in an unsafe block
146146 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:162:9
147147 |
148148LL | / unsafe {
@@ -156,7 +156,7 @@ LL | | }
156156 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
157157 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
158158
159- error: this unsafe block in a macro expands metavariables
159+ error: this macro expands metavariables in an unsafe block
160160 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:222:9
161161 |
162162LL | / unsafe {
@@ -169,7 +169,7 @@ LL | | }
169169 = help: consider expanding any metavariables outside of this block, e.g. by storing them in a variable
170170 = help: ... or also expand referenced metavariables in a safe context to require an unsafe block at callsite
171171
172- error: this unsafe block in a macro expands metavariables
172+ error: this macro expands metavariables in an unsafe block
173173 --> tests/ui-toml/macro_metavars_in_unsafe/default/test.rs:232:9
174174 |
175175LL | / unsafe {
0 commit comments