Rollup merge of #116161 - Soveu:varargs2, r=cjgillot
Stabilize `extended_varargs_abi_support` I think that is everything? If there is any documentation regarding `extern` and/or varargs to correct, let me know, some quick greps suggest that there might be none. Tracking issue: https://github.com/rust-lang/rust/issues/100189
This commit is contained in:
commit
dd99f11ef8
16 changed files with 12 additions and 124 deletions
|
@ -1,4 +1,4 @@
|
|||
error[E0045]: C-variadic function must have a compatible calling convention, like `C` or `cdecl`
|
||||
error[E0045]: C-variadic function must have a compatible calling convention, like `C`, `cdecl`, `system`, `aapcs`, `win64`, `sysv64` or `efiapi`
|
||||
--> $DIR/E0045.rs:1:17
|
||||
|
|
||||
LL | extern "Rust" { fn foo(x: u8, ...); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue