]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/query/mod.rs
Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichton
[rust.git] / src / librustc / ty / query / mod.rs
index a2bced97102a68393b8307a61f344bc1aadf42c3..e595b52876f4c831a08a18df15249b5cedc098de 100644 (file)
@@ -45,7 +45,7 @@
 use rustc_data_structures::svh::Svh;
 use rustc_data_structures::bit_set::BitSet;
 use rustc_data_structures::indexed_vec::IndexVec;
-use rustc_data_structures::fx::{FxHashMap, FxHashSet};
+use rustc_data_structures::fx::{FxIndexMap, FxHashMap, FxHashSet};
 use rustc_data_structures::stable_hasher::StableVec;
 use rustc_data_structures::sync::Lrc;
 use rustc_data_structures::fingerprint::Fingerprint;