]> git.lizzy.rs Git - rust.git/commit
simply the IfEq bound -- we only ever use a region
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 15 Jun 2022 00:18:46 +0000 (20:18 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 15 Jun 2022 15:47:04 +0000 (11:47 -0400)
commitd203c13db23fe0f0d39b448e6926beaad9b550a4
tree6f16c6c5a2b67c07f74da776325534a528b945a7
parent1f34da9ec8a85b6f86c5fa1c121ab6f88f2f4966
simply the IfEq bound -- we only ever use a region

the excessive generality becomes annoying later because
it wouldn't implement type folding etc
compiler/rustc_borrowck/src/region_infer/mod.rs
compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs
compiler/rustc_infer/src/infer/outlives/verify.rs
compiler/rustc_infer/src/infer/region_constraints/mod.rs