ignore x86-stdcall on mingw
This commit is contained in:
parent
48bea636fa
commit
bbcbb6fcce
@ -1,6 +1,7 @@
|
||||
// build-pass
|
||||
// only-x86
|
||||
// only-windows
|
||||
// ignore-gnu - vectorcall is not supported by GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89485
|
||||
#![crate_type = "cdylib"]
|
||||
#![feature(abi_vectorcall)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user