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.
2 parents 5d68310 + 4e21112 commit ea86bf9Copy full SHA for ea86bf9
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