Skip to content

Commit 254edbc

Browse files
committed
Temporarily use define_rust_probestack;
1 parent 7bc3d6e commit 254edbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/probestack.rs

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ macro_rules! define_rust_probestack {
120120
};
121121
}
122122

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+
123127
// Our goal here is to touch each page between %rsp+8 and %rsp+8-%rax,
124128
// ensuring that if any pages are unmapped we'll make a page fault.
125129
//

0 commit comments

Comments
 (0)