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.
stderr
panic-unwind
1 parent 56c698c commit 28fc4a1Copy full SHA for 28fc4a1
tests/ui/backtrace/synchronized-panic-handler.rs
@@ -3,6 +3,7 @@
3
//@ edition:2021
4
//@ exec-env:RUST_BACKTRACE=0
5
//@ needs-threads
6
+//@ needs-unwind
7
use std::thread;
8
const PANIC_MESSAGE: &str = "oops oh no woe is me";
9
0 commit comments