about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-08-28 12:03:19 +0200
committerRalf Jung <post@ralfj.de>2025-09-02 08:48:12 +0200
commitf6d55aea2c2cc014f8bb105325ef4c21d2c3d185 (patch)
tree338af86837c8dd13db4ccb0bae22e43b84b17a3c /src
parent5ab69249f36678c0a770a08d3d1b28a8103349ff (diff)
downloadrust-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.md10
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.