@@ -6,7 +6,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
66 |
77 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
88 = 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
1010
1111error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
1212 --> $DIR/unsupported.rs:40:1
@@ -215,7 +215,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
215215 |
216216 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
217217 = 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
219219
220220Future breakage diagnostic:
221221warning: the calling convention "aapcs" is not supported on this target
@@ -226,7 +226,7 @@ LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
226226 |
227227 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
228228 = 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
230230
231231Future breakage diagnostic:
232232warning: the calling convention "msp430-interrupt" is not supported on this target
@@ -237,7 +237,7 @@ LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
237237 |
238238 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
239239 = 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
241241
242242Future breakage diagnostic:
243243warning: the calling convention "avr-interrupt" is not supported on this target
@@ -248,7 +248,7 @@ LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
248248 |
249249 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
250250 = 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
252252
253253Future breakage diagnostic:
254254warning: 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()) {
259259 |
260260 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
261261 = 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
263263
264264Future breakage diagnostic:
265265warning: the calling convention "x86-interrupt" is not supported on this target
@@ -270,7 +270,7 @@ LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
270270 |
271271 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
272272 = 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
274274
275275Future breakage diagnostic:
276276warning: the calling convention "thiscall" is not supported on this target
@@ -281,7 +281,7 @@ LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
281281 |
282282 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
283283 = 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
285285
286286Future breakage diagnostic:
287287warning: the calling convention "stdcall" is not supported on this target
@@ -292,7 +292,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
292292 |
293293 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
294294 = 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
296296
297297Future breakage diagnostic:
298298warning: 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()) {
303303 |
304304 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
305305 = 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
307307
308308Future breakage diagnostic:
309309warning: 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()) {
314314 |
315315 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
316316 = 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
318318
0 commit comments