Skip to content

Commit

Permalink
ignore x86-stdcall on mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Apr 3, 2023
1 parent 48bea63 commit bbcbb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/symbol-names/x86-stdcall.rs
Original file line number Diff line number Diff line change
@@ -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)]

Expand Down

0 comments on commit bbcbb6f

Please sign in to comment.