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 97b5f45 commit 7d5a8bbCopy full SHA for 7d5a8bb
1 file changed
library/std/tests/thread_local/tests.rs
@@ -408,6 +408,7 @@ fn thread_current_in_dtor() {
408
// https://github.com/rust-lang/rust/pull/148799#issuecomment-3731806901
409
#[cfg(target_os = "windows")]
410
#[test]
411
+#[cfg_attr(miri, ignore)] // Miri does not support fibers
412
fn fiber_does_not_trigger_dtor() {
413
use core::ffi::c_void;
414
use std::ptr;
0 commit comments