diff options
| author | CensoredUsername <cens.username@gmail.com> | 2016-06-27 02:34:02 +0200 |
|---|---|---|
| committer | CensoredUsername <cens.username@gmail.com> | 2016-08-30 16:01:40 +0200 |
| commit | 516519ee9af3235d5a5ed9bb7afa5bb1a27a8ddf (patch) | |
| tree | f8b68381064b0bb81702df9c5d6d43525550d58b /src/doc | |
| parent | 71ee82a8aa0c02fc2c73e84f40bdb55512d10938 (diff) | |
| download | rust-516519ee9af3235d5a5ed9bb7afa5bb1a27a8ddf.tar.gz rust-516519ee9af3235d5a5ed9bb7afa5bb1a27a8ddf.zip | |
Allow specification of the system V AMD64 ABI constraint.
This can be specified using `extern sysV64 fn` on all platforms
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/book/ffi.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/book/ffi.md b/src/doc/book/ffi.md index ca104ff29ac..44cc75f8fed 100644 --- a/src/doc/book/ffi.md +++ b/src/doc/book/ffi.md @@ -539,6 +539,7 @@ This is currently hidden behind the `abi_vectorcall` gate and is subject to chan * `system` * `C` * `win64` +* `sysV64` Most of the abis in this list are self-explanatory, but the `system` abi may seem a little odd. This constraint selects whatever the appropriate ABI is for |
