mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
6ce78a31d8
Allow checking whether a type allows being uninitialized This is useful for clippy ([rust-lang/clippy#10407](https://github.com/rust-lang/rust-clippy/issues/10407)) and for the future `MaybeUninit::assume_init` panics (#100423).