rust/compiler/rustc_mir
bors f739552870 Auto merge of #87483 - oli-obk:tait_ice, r=lqd
Mir borrowck does not generate lifetime variables for 'static lifetimes during opaque type resolution

Fixes #87455

This situation was unreachable before #87287 as we used to just grab the resolved opaque type from typeck and replaced all regions with new inference vars. After #87287 we let the `InferCx` in mir borrowck figure out the opaque type all by itself (which it already did before, but it only used the result to sanity check with the typeck result).
2021-07-30 07:02:34 +00:00
..
src Auto merge of #87483 - oli-obk:tait_ice, r=lqd 2021-07-30 07:02:34 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00