diff options
| author | Ralf Jung <post@ralfj.de> | 2025-08-28 12:03:19 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-09-02 08:48:12 +0200 |
| commit | f6d55aea2c2cc014f8bb105325ef4c21d2c3d185 (patch) | |
| tree | 338af86837c8dd13db4ccb0bae22e43b84b17a3c /src | |
| parent | 5ab69249f36678c0a770a08d3d1b28a8103349ff (diff) | |
| download | rust-f6d55aea2c2cc014f8bb105325ef4c21d2c3d185.tar.gz rust-f6d55aea2c2cc014f8bb105325ef4c21d2c3d185.zip | |
stabilize extended_varargs_abi_support
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100644 index b20c30ec8f1..00000000000 --- a/src/doc/unstable-book/src/language-features/extended-varargs-abi-support.md +++ /dev/null @@ -1,10 +0,0 @@ -# `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. |
