Skip to content

Commit c9416e2

Browse files
committed
Revert "Temporarily use define_rust_probestack;"
<rust-lang/rust#126984> has been resolved. Remove the workaround that was introduced to suppress it. This reverts commit 254edbc.
1 parent d5ca981 commit c9416e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/probestack.rs

-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ 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-
127123
// Our goal here is to touch each page between %rsp+8 and %rsp+8-%rax,
128124
// ensuring that if any pages are unmapped we'll make a page fault.
129125
//

0 commit comments

Comments
 (0)