diff options
| author | bors <bors@rust-lang.org> | 2025-02-13 18:26:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-13 18:26:20 +0000 |
| commit | 461de7492e5354419cf27fe94b6aa235b4121927 (patch) | |
| tree | e8e2a373c7ebec068fcebb59c9b466d68e3eb82c /src | |
| parent | 38213856a8a3a6d49a234e0d95a722a4f28a2b18 (diff) | |
| parent | e5ba20b0ef6144e8a9bed74ef2e9b5182bd39cfa (diff) | |
| download | rust-461de7492e5354419cf27fe94b6aa235b4121927.tar.gz rust-461de7492e5354419cf27fe94b6aa235b4121927.zip | |
Auto merge of #136980 - cuviper:beta-next, r=cuviper
[beta] backports - Pattern Migration 2024: try to suggest eliding redundant binding modifiers #136577, #136857 - chore: update rustc-hash 2.1.0 to 2.1.1 #136605 - Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]` #136724 - fix ensure_monomorphic_enough #136839 - Revert "Stabilize `extended_varargs_abi_support`" #136897, #136934 r? cuviper
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md b/src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md new file mode 100644 index 00000000000..b20c30ec8f1 --- /dev/null +++ b/src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md @@ -0,0 +1,10 @@ +# `extended_varargs_abi_support` + +The tracking issue for this feature is: [#100189] + +[#100189]: https://github.com/rust-lang/rust/issues/100189 + +------------------------ + +This feature adds the possibility of using `sysv64`, `win64` or `efiapi` calling +conventions on functions with varargs. |
