We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad447a1 commit 3d766a0Copy full SHA for 3d766a0
src/test/run-pass/abi-sysv64-arg-passing.rs
@@ -35,9 +35,9 @@
35
// ignore-android
36
// ignore-arm
37
// ignore-aarch64
38
-// ignore-msvc
+// ignore-windows
39
40
-// note: msvc is ignored as rust_test_helpers does not have the sysv64 abi on msvc
+// note: windows is ignored as rust_test_helpers does not have the sysv64 abi on windows
41
42
#![feature(abi_sysv64)]
43
#[allow(dead_code)]
0 commit comments