mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 04:40:11 +00:00

They are only present because it's currently defined in terms of the domains of `Borrows` and `MaybeUninitializedPlaces` and `EverInitializedPlaces` via associated types. This commit introduces typedefs for those domains, avoiding the lifetimes.