mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:37:25 +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.