Skip to content

Commit 61a040b

Browse files
committed
Temporarily #![allow(out_of_scope_macro_calls)]
1 parent 01b0b37 commit 61a040b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/probestack.rs

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
#![cfg(not(feature = "no-asm"))]
4949
// We only define stack probing for these architectures today.
5050
#![cfg(any(target_arch = "x86_64", target_arch = "x86"))]
51+
// FIXME(rust-lang/rust#126984): Remove allow once lint is fixed
52+
#![allow(out_of_scope_macro_calls)]
5153

5254
extern "C" {
5355
pub fn __rust_probestack();

0 commit comments

Comments
 (0)