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 7bc3d6e commit 254edbcCopy full SHA for 254edbc
src/probestack.rs
@@ -120,6 +120,10 @@ 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