]> git.lizzy.rs Git - rust.git/commit
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
authorjackh726 <jack.huey@umassmed.edu>
Fri, 15 Oct 2021 15:31:22 +0000 (11:31 -0400)
committerjackh726 <jack.huey@umassmed.edu>
Fri, 15 Oct 2021 16:14:19 +0000 (12:14 -0400)
commit2b5b456e23b61ccd36732046134d17ebe2152e7d
treeeea2b22bb0cf1c7e845266d30da6342535196e0f
parentd3fa07c72e079e8a72fcb55a792d2f855e80722b
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
compiler/rustc_trait_selection/src/infer.rs
compiler/rustc_trait_selection/src/traits/query/mod.rs
compiler/rustc_trait_selection/src/traits/query/outlives_bounds.rs [deleted file]
compiler/rustc_trait_selection/src/traits/query/type_op/implied_outlives_bounds.rs
compiler/rustc_traits/src/implied_outlives_bounds.rs
compiler/rustc_typeck/src/check/regionck.rs
compiler/rustc_typeck/src/outlives/mod.rs
compiler/rustc_typeck/src/outlives/outlives_bounds.rs [new file with mode: 0644]