|
1 | 1 | error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
|
2 |
| - --> $DIR/unsupported.rs:26:1 |
| 2 | + --> $DIR/unsupported.rs:25:1 |
3 | 3 | |
|
4 | 4 | LL | extern "ptx-kernel" fn ptx() {}
|
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
6 | 6 |
|
7 | 7 | error[E0570]: `"amdgpu-kernel"` is not a supported ABI for the current target
|
8 |
| - --> $DIR/unsupported.rs:28:1 |
| 8 | + --> $DIR/unsupported.rs:27:1 |
9 | 9 | |
|
10 | 10 | LL | extern "amdgpu-kernel" fn amdgpu() {}
|
11 | 11 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
12 | 12 |
|
13 | 13 | error[E0570]: `"wasm"` is not a supported ABI for the current target
|
14 |
| - --> $DIR/unsupported.rs:30:1 |
| 14 | + --> $DIR/unsupported.rs:29:1 |
15 | 15 | |
|
16 | 16 | LL | extern "wasm" fn wasm() {}
|
17 | 17 | | ^^^^^^^^^^^^^^^^^^^^^^^
|
18 | 18 |
|
19 | 19 | error[E0570]: `"aapcs"` is not a supported ABI for the current target
|
20 |
| - --> $DIR/unsupported.rs:32:1 |
| 20 | + --> $DIR/unsupported.rs:31:1 |
21 | 21 | |
|
22 | 22 | LL | extern "aapcs" fn aapcs() {}
|
23 | 23 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
24 | 24 |
|
25 | 25 | error[E0570]: `"msp430-interrupt"` is not a supported ABI for the current target
|
26 |
| - --> $DIR/unsupported.rs:36:1 |
| 26 | + --> $DIR/unsupported.rs:35:1 |
27 | 27 | |
|
28 | 28 | LL | extern "msp430-interrupt" fn msp430() {}
|
29 | 29 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
30 | 30 |
|
31 | 31 | error[E0570]: `"avr-interrupt"` is not a supported ABI for the current target
|
32 |
| - --> $DIR/unsupported.rs:38:1 |
| 32 | + --> $DIR/unsupported.rs:37:1 |
33 | 33 | |
|
34 | 34 | LL | extern "avr-interrupt" fn avr() {}
|
35 | 35 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
36 | 36 |
|
37 | 37 | error[E0570]: `"x86-interrupt"` is not a supported ABI for the current target
|
38 |
| - --> $DIR/unsupported.rs:40:1 |
| 38 | + --> $DIR/unsupported.rs:39:1 |
39 | 39 | |
|
40 | 40 | LL | extern "x86-interrupt" fn x86() {}
|
41 | 41 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
42 | 42 |
|
43 | 43 | error[E0570]: `"thiscall"` is not a supported ABI for the current target
|
44 |
| - --> $DIR/unsupported.rs:43:1 |
| 44 | + --> $DIR/unsupported.rs:42:1 |
45 | 45 | |
|
46 | 46 | LL | extern "thiscall" fn thiscall() {}
|
47 | 47 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
48 | 48 |
|
49 | 49 | warning: use of calling convention not supported on this target
|
50 |
| - --> $DIR/unsupported.rs:47:1 |
| 50 | + --> $DIR/unsupported.rs:46:1 |
51 | 51 | |
|
52 | 52 | LL | extern "stdcall" fn stdcall() {}
|
53 | 53 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
0 commit comments