Skip to content

Commit ea86bf9

Browse files
authored
Merge pull request #699 from tgross35/resolve-macro-fixme
Revert "Temporarily `use define_rust_probestack;`"
2 parents 5d68310 + 4e21112 commit ea86bf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)