Skip to content

Commit 5d57208

Browse files
committed
Gate macro use.
1 parent 0b93cfc commit 5d57208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_infer/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#[macro_use]
2828
extern crate rustc_macros;
29+
#[cfg(target_arch = "x86_64")]
2930
#[macro_use]
3031
extern crate rustc_data_structures;
3132
#[macro_use]

0 commit comments

Comments
 (0)