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.
cfg(panic = "unwind")
1 parent f3f8e4f commit c90757fCopy full SHA for c90757f
tokio/tests/sync_broadcast.rs
@@ -291,6 +291,7 @@ fn capacity_too_big() {
291
}
292
293
#[test]
294
+#[cfg(panic = "unwind")]
295
#[cfg(not(tokio_wasm))] // wasm currently doesn't support unwinding
296
fn panic_in_clone() {
297
use std::panic::{self, AssertUnwindSafe};
tokio/tests/sync_watch.rs
@@ -213,6 +213,7 @@ fn reopened_after_subscribe() {
213
214
215
216
217
218
fn send_modify_panic() {
219
let (tx, mut rx) = watch::channel("one");
0 commit comments