]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obk
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 22 Mar 2022 18:07:34 +0000 (19:07 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 18:07:34 +0000 (19:07 +0100)
commit0e59ad4ce3e73abf7a099e33696e4d800e48df1a
tree91c42ef9b93be692bce74251dcfdaf0914b3f406
parent7c380939517de8f3bddd2ed850a6dfdd6d8fcb49
parentb92a60586a3f121592bded64a1556fae0f69c302
Rollup merge of #95196 - RalfJung:unalloc-not-uninit, r=oli-obk

rename LocalState::Uninitialized to Unallocated

This is to avoid confusion with `Uninit` as in `ScalarMaybeUninit`, which is very different.

r? `@oli-obk`