]> git.lizzy.rs Git - rust.git/commit
add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outlives_boun...
authorSparrowLii <liyuan179@huawei.com>
Fri, 29 Jul 2022 07:08:50 +0000 (15:08 +0800)
committerSparrowLii <liyuan179@huawei.com>
Mon, 22 Aug 2022 10:09:59 +0000 (18:09 +0800)
commitd037f1843e9472d547dc22edbfb18788174c0754
tree0887ef89452019c44ae82053b856009281106dc7
parent5d9e4d07fcbd526435b28f2fccb7d9888a2377b6
add `with_bounds` to `OutlivesEnvironment` and `implied_bounds_tys` to `outlives_bounds::InferCtxtExt`
compiler/rustc_infer/src/infer/outlives/env.rs
compiler/rustc_typeck/src/check/compare_method.rs
compiler/rustc_typeck/src/check/mod.rs
compiler/rustc_typeck/src/check/regionck.rs [deleted file]
compiler/rustc_typeck/src/check/wfcheck.rs
compiler/rustc_typeck/src/impl_wf_check/min_specialization.rs
compiler/rustc_typeck/src/outlives/outlives_bounds.rs