diff options
| author | Soveu <marx.tomasz@gmail.com> | 2024-04-23 22:14:41 +0200 |
|---|---|---|
| committer | Soveu <marx.tomasz@gmail.com> | 2024-11-27 22:21:33 +0100 |
| commit | 685f189b4307435b83d625fea397ef36dff4e955 (patch) | |
| tree | 3fdc6bd3c89c061c361fda7245a87fcafab66523 /src | |
| parent | f5d18576856ef45d1e47de79889ae7db9d1afa29 (diff) | |
| download | rust-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.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. |
