Move some outlives bounds things from rustc_trait_selection to rustc_typeck

This commit is contained in:
jackh726
2021-10-15 11:31:22 -04:00
parent d3fa07c72e
commit 2b5b456e23
7 changed files with 55 additions and 59 deletions

View File

@@ -9,7 +9,6 @@ pub mod dropck_outlives;
pub mod evaluate_obligation;
pub mod method_autoderef;
pub mod normalize;
pub mod outlives_bounds;
pub mod type_op;
pub use rustc_middle::traits::query::*;