Temporarily use define_rust_probestack;

This commit is contained in:
beetrees 2024-06-30 23:14:19 +01:00
parent c6bf88ab1c
commit 086a1c33eb
No known key found for this signature in database
GPG key ID: 8791BD754191EBD6

View file

@ -120,6 +120,10 @@ macro_rules! define_rust_probestack {
};
}
// FIXME(rust-lang/rust#126984): Remove allow once lint is fixed
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
use define_rust_probestack;
// Our goal here is to touch each page between %rsp+8 and %rsp+8-%rax,
// ensuring that if any pages are unmapped we'll make a page fault.
//