@@ -208,7 +208,7 @@ error: aborting due to 19 previous errors; 10 warnings emitted
208
208
For more information about this error, try `rustc --explain E0570`.
209
209
Future incompatibility report: Future breakage diagnostic:
210
210
warning: the calling convention "ptx-kernel" is not supported on this target
211
- --> $DIR/unsupported.rs:36 :15
211
+ --> $DIR/unsupported.rs:35 :15
212
212
|
213
213
LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
214
214
| ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -219,7 +219,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
219
219
220
220
Future breakage diagnostic:
221
221
warning: the calling convention "aapcs" is not supported on this target
222
- --> $DIR/unsupported.rs:52 :17
222
+ --> $DIR/unsupported.rs:51 :17
223
223
|
224
224
LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
225
225
| ^^^^^^^^^^^^^^^^^^^
@@ -230,7 +230,7 @@ LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
230
230
231
231
Future breakage diagnostic:
232
232
warning: the calling convention "msp430-interrupt" is not supported on this target
233
- --> $DIR/unsupported.rs:74 :18
233
+ --> $DIR/unsupported.rs:73 :18
234
234
|
235
235
LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
236
236
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -241,7 +241,7 @@ LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
241
241
242
242
Future breakage diagnostic:
243
243
warning: the calling convention "avr-interrupt" is not supported on this target
244
- --> $DIR/unsupported.rs:84 :15
244
+ --> $DIR/unsupported.rs:83 :15
245
245
|
246
246
LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
247
247
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -252,7 +252,7 @@ LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
252
252
253
253
Future breakage diagnostic:
254
254
warning: the calling convention "riscv-interrupt-m" is not supported on this target
255
- --> $DIR/unsupported.rs:97 :17
255
+ --> $DIR/unsupported.rs:96 :17
256
256
|
257
257
LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
258
258
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -263,7 +263,7 @@ LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
263
263
264
264
Future breakage diagnostic:
265
265
warning: the calling convention "x86-interrupt" is not supported on this target
266
- --> $DIR/unsupported.rs:119 :15
266
+ --> $DIR/unsupported.rs:118 :15
267
267
|
268
268
LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
269
269
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -274,7 +274,7 @@ LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
274
274
275
275
Future breakage diagnostic:
276
276
warning: the calling convention "thiscall" is not supported on this target
277
- --> $DIR/unsupported.rs:142 :20
277
+ --> $DIR/unsupported.rs:141 :20
278
278
|
279
279
LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
280
280
| ^^^^^^^^^^^^^^^^^^^^^^
@@ -285,7 +285,7 @@ LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
285
285
286
286
Future breakage diagnostic:
287
287
warning: the calling convention "stdcall" is not supported on this target
288
- --> $DIR/unsupported.rs:168 :19
288
+ --> $DIR/unsupported.rs:167 :19
289
289
|
290
290
LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
291
291
| ^^^^^^^^^^^^^^^^^^^^^
@@ -296,7 +296,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
296
296
297
297
Future breakage diagnostic:
298
298
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
299
- --> $DIR/unsupported.rs:188 :21
299
+ --> $DIR/unsupported.rs:187 :21
300
300
|
301
301
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
302
302
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -307,7 +307,7 @@ LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
307
307
308
308
Future breakage diagnostic:
309
309
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
310
- --> $DIR/unsupported.rs:196 :22
310
+ --> $DIR/unsupported.rs:195 :22
311
311
|
312
312
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
313
313
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments