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
|
|
@ -385,7 +385,7 @@ impl<'a, 'tcx> DirtyCleanVisitor<'a, 'tcx> {
|
|||
// michaelwoerister and vitiral came up with a possible solution,
|
||||
// to just do this before every query
|
||||
// ```
|
||||
// ::rustc::ty::maps::plumbing::force_from_dep_node(tcx, dep_node)
|
||||
// ::rustc::ty::query::plumbing::force_from_dep_node(tcx, dep_node)
|
||||
// ```
|
||||
//
|
||||
// However, this did not seem to work effectively and more bugs were hit.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ use rustc_data_structures::fx::FxHashMap;
|
|||
use rustc::dep_graph::{PreviousDepGraph, SerializedDepGraph, WorkProduct, WorkProductId};
|
||||
use rustc::session::Session;
|
||||
use rustc::ty::TyCtxt;
|
||||
use rustc::ty::maps::OnDiskCache;
|
||||
use rustc::ty::query::OnDiskCache;
|
||||
use rustc::util::common::time_ext;
|
||||
use rustc_serialize::Decodable as RustcDecodable;
|
||||
use rustc_serialize::opaque::Decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue