We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b93cfc commit 5d57208Copy full SHA for 5d57208
src/librustc_infer/lib.rs
@@ -26,6 +26,7 @@
26
27
#[macro_use]
28
extern crate rustc_macros;
29
+#[cfg(target_arch = "x86_64")]
30
31
extern crate rustc_data_structures;
32
0 commit comments