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 a94ed5b commit 2dff39aCopy full SHA for 2dff39a
tests/ui/panics/panic-main.rs
@@ -14,12 +14,15 @@
14
15
//@[unwind-zero] compile-flags: -Cpanic=unwind
16
//@[unwind-zero] exec-env:RUST_BACKTRACE=0
17
+//@[unwind-zero] needs-unwind
18
19
//@[unwind-one] compile-flags: -Cpanic=unwind
20
//@[unwind-one] exec-env:RUST_BACKTRACE=1
21
+//@[unwind-one] needs-unwind
22
23
//@[unwind-full] compile-flags: -Cpanic=unwind
24
//@[unwind-full] exec-env:RUST_BACKTRACE=full
25
+//@[unwind-full] needs-unwind
26
27
//@ run-fail
28
//@ error-pattern:moop
0 commit comments