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
|
@ -17,7 +17,7 @@ use rustc::hir::itemlikevisit::ItemLikeVisitor;
|
|||
use rustc::session::Session;
|
||||
use rustc::session::config::Sanitizer;
|
||||
use rustc::ty::TyCtxt;
|
||||
use rustc::ty::maps::Providers;
|
||||
use rustc::ty::query::Providers;
|
||||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_target::spec::PanicStrategy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue