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 c8d2cb4 + 28fc4a1 commit 296581eCopy full SHA for 296581e
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