Split SolverDelegate back out from InferCtxtLike
This commit is contained in:
parent
6e2780775f
commit
27588d1de3
13 changed files with 286 additions and 262 deletions
|
@ -2,7 +2,7 @@ use crate::delegate::SolverDelegate;
|
|||
use rustc_type_ir::fold::{TypeFoldable, TypeFolder, TypeSuperFoldable};
|
||||
use rustc_type_ir::inherent::*;
|
||||
use rustc_type_ir::visit::TypeVisitableExt;
|
||||
use rustc_type_ir::{self as ty, Interner};
|
||||
use rustc_type_ir::{self as ty, InferCtxtLike, Interner};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// EAGER RESOLUTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue