@@ -296,5 +296,59 @@ LL | pub unsafe extern "Rust" fn rust_abi() {
296
296
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
297
297
= note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
298
298
299
- error: aborting due to 8 previous errors; 19 warnings emitted
299
+ warning: naked functions cannot be inlined
300
+ --> $DIR/naked-functions.rs:177:1
301
+ |
302
+ LL | #[inline]
303
+ | ^^^^^^^^^
304
+ |
305
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
306
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
307
+
308
+ warning: naked functions cannot be inlined
309
+ --> $DIR/naked-functions.rs:185:1
310
+ |
311
+ LL | #[inline(always)]
312
+ | ^^^^^^^^^^^^^^^^^
313
+ |
314
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
315
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
316
+
317
+ warning: naked functions cannot be inlined
318
+ --> $DIR/naked-functions.rs:193:1
319
+ |
320
+ LL | #[inline(never)]
321
+ | ^^^^^^^^^^^^^^^^
322
+ |
323
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
324
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
325
+
326
+ warning: naked functions cannot be inlined
327
+ --> $DIR/naked-functions.rs:201:1
328
+ |
329
+ LL | #[inline]
330
+ | ^^^^^^^^^
331
+ |
332
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
333
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
334
+
335
+ warning: naked functions cannot be inlined
336
+ --> $DIR/naked-functions.rs:204:1
337
+ |
338
+ LL | #[inline(always)]
339
+ | ^^^^^^^^^^^^^^^^^
340
+ |
341
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
342
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
343
+
344
+ warning: naked functions cannot be inlined
345
+ --> $DIR/naked-functions.rs:207:1
346
+ |
347
+ LL | #[inline(never)]
348
+ | ^^^^^^^^^^^^^^^^
349
+ |
350
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
351
+ = note: for more information, see issue #32408 <https://github.com/rust-lang/rust/issues/32408>
352
+
353
+ error: aborting due to 8 previous errors; 25 warnings emitted
300
354
0 commit comments