Move InferCtxtExt to rustc_trait_selection

This commit is contained in:
Santiago Pastorino
2022-08-22 16:53:34 -03:00
parent 1cff564203
commit 5ff45dc89e
7 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ mod fulfill;
pub mod misc;
mod object_safety;
mod on_unimplemented;
pub mod outlives_bounds;
mod project;
pub mod query;
pub(crate) mod relationships;