@@ -208,7 +208,7 @@ error: aborting due to 19 previous errors; 10 warnings emitted
208208For more information about this error, try `rustc --explain E0570`.
209209Future incompatibility report: Future breakage diagnostic:
210210warning: the calling convention "ptx-kernel" is not supported on this target
211- --> $DIR/unsupported.rs:36 :15
211+ --> $DIR/unsupported.rs:35 :15
212212 |
213213LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
214214 | ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -219,7 +219,7 @@ LL | fn ptx_ptr(f: extern "ptx-kernel" fn()) {
219219
220220Future breakage diagnostic:
221221warning: the calling convention "aapcs" is not supported on this target
222- --> $DIR/unsupported.rs:52 :17
222+ --> $DIR/unsupported.rs:51 :17
223223 |
224224LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
225225 | ^^^^^^^^^^^^^^^^^^^
@@ -230,7 +230,7 @@ LL | fn aapcs_ptr(f: extern "aapcs" fn()) {
230230
231231Future breakage diagnostic:
232232warning: the calling convention "msp430-interrupt" is not supported on this target
233- --> $DIR/unsupported.rs:74 :18
233+ --> $DIR/unsupported.rs:73 :18
234234 |
235235LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
236236 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -241,7 +241,7 @@ LL | fn msp430_ptr(f: extern "msp430-interrupt" fn()) {
241241
242242Future breakage diagnostic:
243243warning: the calling convention "avr-interrupt" is not supported on this target
244- --> $DIR/unsupported.rs:84 :15
244+ --> $DIR/unsupported.rs:83 :15
245245 |
246246LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
247247 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -252,7 +252,7 @@ LL | fn avr_ptr(f: extern "avr-interrupt" fn()) {
252252
253253Future breakage diagnostic:
254254warning: the calling convention "riscv-interrupt-m" is not supported on this target
255- --> $DIR/unsupported.rs:97 :17
255+ --> $DIR/unsupported.rs:96 :17
256256 |
257257LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
258258 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -263,7 +263,7 @@ LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
263263
264264Future breakage diagnostic:
265265warning: the calling convention "x86-interrupt" is not supported on this target
266- --> $DIR/unsupported.rs:119 :15
266+ --> $DIR/unsupported.rs:118 :15
267267 |
268268LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
269269 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -274,7 +274,7 @@ LL | fn x86_ptr(f: extern "x86-interrupt" fn()) {
274274
275275Future breakage diagnostic:
276276warning: the calling convention "thiscall" is not supported on this target
277- --> $DIR/unsupported.rs:142 :20
277+ --> $DIR/unsupported.rs:141 :20
278278 |
279279LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
280280 | ^^^^^^^^^^^^^^^^^^^^^^
@@ -285,7 +285,7 @@ LL | fn thiscall_ptr(f: extern "thiscall" fn()) {
285285
286286Future breakage diagnostic:
287287warning: the calling convention "stdcall" is not supported on this target
288- --> $DIR/unsupported.rs:168 :19
288+ --> $DIR/unsupported.rs:167 :19
289289 |
290290LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
291291 | ^^^^^^^^^^^^^^^^^^^^^
@@ -296,7 +296,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
296296
297297Future breakage diagnostic:
298298warning: 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
300300 |
301301LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
302302 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -307,7 +307,7 @@ LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
307307
308308Future breakage diagnostic:
309309warning: 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
311311 |
312312LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
313313 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments