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.
2 parents 18e305d + 956bebb commit cd6c574Copy full SHA for cd6c574
tests/ui/panic-runtime/unwind-tables-target-required.rs
@@ -1,10 +1,11 @@
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`.
+// dont-check-compiler-stderr
8
+// error-pattern: target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`
9
10
pub fn main() {
11
}
0 commit comments