mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
f12fe3a33e
Add another test for hidden types capturing lifetimes that outlive but arent mentioned in substs Another test to make sure future implementations of https://github.com/rust-lang/rust/pull/116040 don't have any subtle unsoundness 🤔 r? types