1
Fork 0

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
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
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;