about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSoveu <marx.tomasz@gmail.com>2024-04-23 22:14:41 +0200
committerSoveu <marx.tomasz@gmail.com>2024-11-27 22:21:33 +0100
commit685f189b4307435b83d625fea397ef36dff4e955 (patch)
tree3fdc6bd3c89c061c361fda7245a87fcafab66523 /src
parentf5d18576856ef45d1e47de79889ae7db9d1afa29 (diff)
downloadrust-685f189b4307435b83d625fea397ef36dff4e955.tar.gz
rust-685f189b4307435b83d625fea397ef36dff4e955.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.