diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2020-01-08 10:18:48 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2020-02-16 12:03:13 +0100 |
| commit | 5d5720835329230c60cb7b4f56e2a9b234dae6cf (patch) | |
| tree | f028fe517dbb15d321ac32089e49ea3c356cba79 | |
| parent | 0b93cfc1ee3d61987e9f3229370d79acd51544a1 (diff) | |
| download | rust-5d5720835329230c60cb7b4f56e2a9b234dae6cf.tar.gz rust-5d5720835329230c60cb7b4f56e2a9b234dae6cf.zip | |
Gate macro use.
| -rw-r--r-- | src/librustc_infer/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_infer/lib.rs b/src/librustc_infer/lib.rs index 31ce0458164..6c66ef47f33 100644 --- a/src/librustc_infer/lib.rs +++ b/src/librustc_infer/lib.rs @@ -26,6 +26,7 @@ #[macro_use] extern crate rustc_macros; +#[cfg(target_arch = "x86_64")] #[macro_use] extern crate rustc_data_structures; #[macro_use] |
