@@ -111,7 +111,7 @@ LL | | in(reg) a,
111
111
... |
112
112
LL | | sym G,
113
113
LL | | );
114
- | |______ ^
114
+ | |_____ ^
115
115
|
116
116
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
117
117
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -156,7 +156,7 @@ warning: asm in naked functions must use `noreturn` option
156
156
--> $DIR/naked-functions.rs:89:5
157
157
|
158
158
LL | asm!("");
159
- | ^^^^^^^^^
159
+ | ^^^^^^^^
160
160
|
161
161
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
162
162
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -165,7 +165,7 @@ warning: asm in naked functions must use `noreturn` option
165
165
--> $DIR/naked-functions.rs:92:5
166
166
|
167
167
LL | asm!("");
168
- | ^^^^^^^^^
168
+ | ^^^^^^^^
169
169
|
170
170
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
171
171
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -174,7 +174,7 @@ warning: asm in naked functions must use `noreturn` option
174
174
--> $DIR/naked-functions.rs:95:5
175
175
|
176
176
LL | asm!("");
177
- | ^^^^^^^^^
177
+ | ^^^^^^^^
178
178
|
179
179
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
180
180
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -188,13 +188,13 @@ LL | |
188
188
LL | | asm!("");
189
189
... |
190
190
LL | | asm!("");
191
- | | --------- multiple asm blocks are unsupported in naked functions
191
+ | | -------- multiple asm blocks are unsupported in naked functions
192
192
... |
193
193
LL | | asm!("");
194
- | | --------- multiple asm blocks are unsupported in naked functions
194
+ | | -------- multiple asm blocks are unsupported in naked functions
195
195
... |
196
196
LL | | asm!("", options(noreturn));
197
- | | ---------------------------- multiple asm blocks are unsupported in naked functions
197
+ | | --------------------------- multiple asm blocks are unsupported in naked functions
198
198
LL | | }
199
199
| |_^
200
200
|
@@ -228,7 +228,7 @@ warning: the LLVM-style inline assembly is unsupported in naked functions
228
228
--> $DIR/naked-functions.rs:116:5
229
229
|
230
230
LL | llvm_asm!("");
231
- | ^^^^^^^^^^^^^^
231
+ | ^^^^^^^^^^^^^
232
232
|
233
233
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
234
234
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -255,7 +255,7 @@ warning: asm options unsupported in naked functions: `nomem`, `preserves_flags`
255
255
--> $DIR/naked-functions.rs:124:5
256
256
|
257
257
LL | asm!("", options(nomem, preserves_flags, noreturn));
258
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
259
259
|
260
260
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
261
261
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -264,7 +264,7 @@ warning: asm options unsupported in naked functions: `nostack`, `pure`, `readonl
264
264
--> $DIR/naked-functions.rs:131:5
265
265
|
266
266
LL | asm!("", options(readonly, nostack), options(pure));
267
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
267
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
268
268
|
269
269
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
270
270
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
@@ -273,7 +273,7 @@ warning: asm in naked functions must use `noreturn` option
273
273
--> $DIR/naked-functions.rs:131:5
274
274
|
275
275
LL | asm!("", options(readonly, nostack), options(pure));
276
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277
277
|
278
278
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
279
279
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
0 commit comments