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 d08a0ce + c6b434e commit 6f58073Copy full SHA for 6f58073
library/compiler-builtins/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