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 91ad91e commit 85c4a52Copy full SHA for 85c4a52
library/core/tests/array.rs
@@ -424,6 +424,7 @@ fn array_try_from_fn_drops_inserted_elements_on_panic() {
424
assert_eq!(DROP_COUNTER.load(Ordering::SeqCst), 2);
425
}
426
427
+#[cfg(not(panic = "abort"))]
428
// https://stackoverflow.com/a/59211505
429
fn catch_unwind_silent<F, R>(f: F) -> std::thread::Result<R>
430
where
0 commit comments