11error[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
33 |
44LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -9,13 +9,13 @@ LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
1111error[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
1313 |
1414LL | fn efiapi(f: extern "efiapi" fn(usize, ...)) {
1515 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
1616
1717error[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
1919 |
2020LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
2121 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -25,13 +25,13 @@ LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
2525 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2626
2727error[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
2929 |
3030LL | fn sysv(f: extern "sysv64" fn(usize, ...)) {
3131 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
3232
3333error[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
3535 |
3636LL | fn win(f: extern "win64" fn(usize, ...)) {
3737 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -41,7 +41,7 @@ LL | fn win(f: extern "win64" fn(usize, ...)) {
4141 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4242
4343error[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
4545 |
4646LL | fn win(f: extern "win64" fn(usize, ...)) {
4747 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ C-variadic function must have a compatible calling convention
0 commit comments