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
This commit is contained in:
bors 2014-05-22 07:16:22 -07:00
commit 9411cec580
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ are:
* `rust-intrinsic`
* `system`
* `C`
* `win64`
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