1
1
error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable
2
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:1 :14
2
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:3 :14
3
3
|
4
4
LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -9,13 +9,13 @@ LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
11
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
12
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:1 :14
12
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:3 :14
13
13
|
14
14
LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
15
15
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
16
16
17
17
error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable
18
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:6 :12
18
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:8 :12
19
19
|
20
20
LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
21
21
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -25,13 +25,13 @@ LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
25
25
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
26
26
27
27
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
28
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:6 :12
28
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:8 :12
29
29
|
30
30
LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
31
31
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
32
32
33
33
error[E0658]: using calling conventions other than `C` or `cdecl` for varargs functions is unstable
34
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:11 :11
34
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:13 :11
35
35
|
36
36
LL | fn win(f: extern "win64" fn(usize, ...)) {
37
37
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -41,7 +41,7 @@ LL | fn win(f: extern "win64" fn(usize, ...)) {
41
41
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
42
42
43
43
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
44
- --> $DIR/feature-gate-extended_varargs_abi_support.rs:11 :11
44
+ --> $DIR/feature-gate-extended_varargs_abi_support.rs:13 :11
45
45
|
46
46
LL | fn win(f: extern "win64" fn(usize, ...)) {
47
47
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
0 commit comments