mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
6b262f7eef
Convert static lifetime to an nll var Fixes rust-lang/rust#150648 I don't think this matters for any non 'static lifetimes as defining the struct as `Wrap<'a>` would mean the lifetime argument gets replaced with an nll var before MIR type checking meaning the struct tail is `dyn Trait + '?x` r? types