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.
use define_rust_probestack;
1 parent d5ca981 commit c9416e2Copy full SHA for c9416e2
src/probestack.rs
@@ -120,10 +120,6 @@ macro_rules! define_rust_probestack {
120
};
121
}
122
123
-// FIXME(rust-lang/rust#126984): Remove allow once lint is fixed
124
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
125
-use define_rust_probestack;
126
-
127
// Our goal here is to touch each page between %rsp+8 and %rsp+8-%rax,
128
// ensuring that if any pages are unmapped we'll make a page fault.
129
//
0 commit comments