mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
f739552870
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). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |