rustc: rename ty::maps to ty::query.
This commit is contained in:
parent
7f20af002e
commit
5a5c7ded0d
57 changed files with 247 additions and 209 deletions
|
|
@ -19,7 +19,7 @@ use rustc::ich::Fingerprint;
|
|||
use rustc::middle::exported_symbols::{SymbolExportLevel, ExportedSymbol, metadata_symbol_name};
|
||||
use rustc::session::config;
|
||||
use rustc::ty::{TyCtxt, SymbolName};
|
||||
use rustc::ty::maps::Providers;
|
||||
use rustc::ty::query::Providers;
|
||||
use rustc::ty::subst::Substs;
|
||||
use rustc::util::nodemap::{FxHashMap, DefIdMap};
|
||||
use rustc_allocator::ALLOCATOR_METHODS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue