Merge pull request #699 from tgross35/resolve-macro-fixme

Revert "Temporarily `use define_rust_probestack;`"
This commit is contained in:
Trevor Gross 2024-09-28 18:28:35 -04:00 committed by GitHub
commit 6f58073dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,10 +120,6 @@ 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.
//