We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bea63 commit bbcbb6fCopy full SHA for bbcbb6f
tests/ui/symbol-names/x86-stdcall.rs
@@ -1,6 +1,7 @@
1
// build-pass
2
// only-x86
3
// only-windows
4
+// ignore-gnu - vectorcall is not supported by GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89485
5
#![crate_type = "cdylib"]
6
#![feature(abi_vectorcall)]
7
0 commit comments