@@ -6,7 +6,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
6
6
|
7
7
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
8
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
9
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
9
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
10
10
11
11
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
12
12
--> $DIR/unsupported.rs:40:1
@@ -215,7 +215,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
215
215
|
216
216
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
217
217
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
218
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
218
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
219
219
220
220
Future breakage diagnostic:
221
221
warning: the calling convention "aapcs" is not supported on this target
@@ -226,7 +226,7 @@ LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
226
226
|
227
227
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
228
228
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
229
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
229
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
230
230
231
231
Future breakage diagnostic:
232
232
warning: the calling convention "msp430-interrupt" is not supported on this target
@@ -237,7 +237,7 @@ LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
237
237
|
238
238
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
239
239
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
240
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
240
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
241
241
242
242
Future breakage diagnostic:
243
243
warning: the calling convention "avr-interrupt" is not supported on this target
@@ -248,7 +248,7 @@ LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
248
248
|
249
249
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
250
250
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
251
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
251
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
252
252
253
253
Future breakage diagnostic:
254
254
warning: the calling convention "riscv-interrupt-m" is not supported on this target
@@ -259,7 +259,7 @@ LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
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 #130260 <https://github.com/rust-lang/rust/issues/130260>
262
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
262
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
263
263
264
264
Future breakage diagnostic:
265
265
warning: the calling convention "x86-interrupt" is not supported on this target
@@ -270,7 +270,7 @@ LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
270
270
|
271
271
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
272
272
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
273
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
273
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
274
274
275
275
Future breakage diagnostic:
276
276
warning: the calling convention "thiscall" is not supported on this target
@@ -281,7 +281,7 @@ LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
281
281
|
282
282
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
283
283
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
284
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
284
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
285
285
286
286
Future breakage diagnostic:
287
287
warning: the calling convention "stdcall" is not supported on this target
@@ -292,7 +292,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
292
292
|
293
293
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
294
294
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
295
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
295
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
296
296
297
297
Future breakage diagnostic:
298
298
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
@@ -303,7 +303,7 @@ LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
303
303
|
304
304
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
305
305
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
306
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
306
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
307
307
308
308
Future breakage diagnostic:
309
309
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
@@ -314,5 +314,5 @@ LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
314
314
|
315
315
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
316
316
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
317
- = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
317
+ = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
318
318
0 commit comments