Skip to content

Commit 9411cec

Browse files
committed
auto merge of #14349 : richo/rust/docs/win64_calling_convention, r=alexcrichton
Wikipedia suggests that windows on x64 has it's own calling convention (Supported by the fact that we implement it) source: http://en.wikipedia.org/wiki/X86_calling_conventions#x86-64_calling_conventions
2 parents 9ac9148 + e5d8831 commit 9411cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/guide-ffi.md

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ are:
493493
* `rust-intrinsic`
494494
* `system`
495495
* `C`
496+
* `win64`
496497

497498
Most of the abis in this list are self-explanatory, but the `system` abi may
498499
seem a little odd. This constraint selects whatever the appropriate ABI is for

0 commit comments

Comments
 (0)