mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
0e59ad4ce3
rename LocalState::Uninitialized to Unallocated This is to avoid confusion with `Uninit` as in `ScalarMaybeUninit`, which is very different. r? `@oli-obk`