Split {Idx, IndexVec, IndexSlice} into their own modules
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
use super::{CanonicalGoal, Certainty, EvalCtxt, Goal};
|
||||
use crate::solve::canonicalize::{CanonicalizeMode, Canonicalizer};
|
||||
use crate::solve::{CanonicalResponse, QueryResult, Response};
|
||||
use rustc_index::vec::IndexVec;
|
||||
use rustc_index::IndexVec;
|
||||
use rustc_infer::infer::canonical::query_response::make_query_region_constraints;
|
||||
use rustc_infer::infer::canonical::CanonicalVarValues;
|
||||
use rustc_infer::infer::canonical::{CanonicalExt, QueryRegionConstraints};
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
//! before then or if I still haven't done that before January 2023.
|
||||
use super::StackDepth;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_index::vec::IndexVec;
|
||||
use rustc_index::IndexVec;
|
||||
use rustc_middle::traits::solve::{CanonicalGoal, QueryResult};
|
||||
|
||||
rustc_index::newtype_index! {
|
||||
|
||||
@@ -6,7 +6,7 @@ pub(super) use overflow::OverflowHandler;
|
||||
use self::cache::ProvisionalEntry;
|
||||
use cache::ProvisionalCache;
|
||||
use overflow::OverflowData;
|
||||
use rustc_index::vec::IndexVec;
|
||||
use rustc_index::IndexVec;
|
||||
use rustc_middle::dep_graph::DepKind;
|
||||
use rustc_middle::traits::solve::{CanonicalGoal, Certainty, MaybeCause, QueryResult};
|
||||
use rustc_middle::ty::TyCtxt;
|
||||
|
||||
Reference in New Issue
Block a user