1
Fork 0

Split SolverDelegate back out from InferCtxtLike

This commit is contained in:
Michael Goulet 2024-07-05 16:39:24 -04:00
parent 6e2780775f
commit 27588d1de3
13 changed files with 286 additions and 262 deletions

View file

@ -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