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 0c3b6ad commit fadc6ccCopy full SHA for fadc6cc
src/test/run-pass/core-run-destroy.rs
@@ -55,6 +55,7 @@ fn test_destroy_actually_kills(force: bool) {
55
56
#[cfg(windows)]
57
fn process_exists(pid: libc::pid_t) -> bool {
58
+ #[fixed_stack_segment];
59
60
use std::libc::types::os::arch::extra::DWORD;
61
use std::libc::funcs::extra::kernel32::{CloseHandle, GetExitCodeProcess, OpenProcess};
0 commit comments