X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2Fty%2Fmaps%2Fmod.rs;h=d264fecb52158258b617e567a7a637d4e04b389a;hb=14039a42ac6365afc842214989613f9a688c9a66;hp=313a831f6b0eb8632736a50df29a4a327f827f0e;hpb=3eb19bf9b160825cd338b9419551670a30962c4e;p=rust.git diff --git a/src/librustc/ty/maps/mod.rs b/src/librustc/ty/maps/mod.rs index 313a831f6b0..d264fecb521 100644 --- a/src/librustc/ty/maps/mod.rs +++ b/src/librustc/ty/maps/mod.rs @@ -42,6 +42,7 @@ use rustc_back::PanicStrategy; use rustc_data_structures::indexed_vec::IndexVec; use rustc_data_structures::fx::{FxHashMap, FxHashSet}; +use rustc_data_structures::stable_hasher::StableVec; use std::cell::{RefCell, Cell}; use std::ops::Deref; @@ -259,7 +260,7 @@ [] fn specializes: specializes_node((DefId, DefId)) -> bool, [] fn in_scope_traits_map: InScopeTraits(DefIndex) - -> Option>>>>, + -> Option>>>>, [] fn module_exports: ModuleExports(DefId) -> Option>>, [] fn lint_levels: lint_levels_node(CrateNum) -> Rc,