ignore x86-stdcall on mingw

This commit is contained in:
Pietro Albini 2023-03-30 12:38:41 +02:00
parent 48bea636fa
commit bbcbb6fcce
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E

View File

@ -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)]