We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d610b0c commit 9df8da8Copy full SHA for 9df8da8
tests/ui/panic-runtime/unwind-tables-target-required.rs
@@ -1,7 +1,7 @@
1
// Tests that the compiler errors if the user tries to turn off unwind tables
2
// when they are required.
3
//
4
-// only-x86_64-windows-msvc
+// only-x86_64-pc-windows-msvc
5
// compile-flags: -C force-unwind-tables=no
6
7
// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`.
0 commit comments