Make middle not rely on next_trait_solver

This commit is contained in:
Michael Goulet
2024-05-27 14:29:37 -04:00
parent 2d28b6384e
commit c74efbca71
6 changed files with 5 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ use std::hash::{Hash, Hasher};
pub use self::select::{EvaluationCache, EvaluationResult, OverflowError, SelectionCache};
// FIXME: Remove this import and import via `solve::`
pub use rustc_next_trait_solver::solve::BuiltinImplSource;
pub use rustc_type_ir::solve::BuiltinImplSource;
/// Depending on the stage of compilation, we want projection to be
/// more or less conservative.