Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichton

ignore {std,fast,vector,this}call on non-x86 windows

MSVC ignores these keywords for C/C++ and uses the standard system
calling convention.  Rust should do so as well.

Fixes #54569.
This commit is contained in:
bors 2018-09-29 07:23:00 +00:00
commit d95fd2585d
2 changed files with 14 additions and 3 deletions

View file

@ -8,8 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-arm
// ignore-aarch64
// Test that `extern "stdcall"` is properly translated.
// only-x86
// compile-flags: -C no-prepopulate-passes