Skip to content

Commit

Permalink
Revert "Temporarily use define_rust_probestack;"
Browse files Browse the repository at this point in the history
<rust-lang/rust#126984> has been resolved.
Remove the workaround that was introduced to suppress it.

This reverts commit 254edbc.
  • Loading branch information
tgross35 committed Sep 28, 2024
1 parent d5ca981 commit c9416e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/probestack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ macro_rules! define_rust_probestack {
};
}

// FIXME(rust-lang/rust#126984): Remove allow once lint is fixed
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
use define_rust_probestack;

// Our goal here is to touch each page between %rsp+8 and %rsp+8-%rax,
// ensuring that if any pages are unmapped we'll make a page fault.
//
Expand Down

0 comments on commit c9416e2

Please sign in to comment.