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 679d10f commit 66aa3d0Copy full SHA for 66aa3d0
tests/run-pass/threadleak_ignored.rs
@@ -21,5 +21,6 @@ fn main() {
21
22
let _detached = std::thread::spawn(|| {
23
X.with(|x| *x.borrow_mut() = Some(LoudDrop(1)));
24
+ loop {}
25
});
26
}
0 commit comments