rust/library/core
Stuart Cook c5e4a5f121
Rollup merge of #140463 - joshlf:patch-13, r=RalfJung
Document MaybeUninit bit validity

Partially addresses https://github.com/rust-lang/unsafe-code-guidelines/issues/555 by clarifying that it is sound to write any byte values (initialized or uninitialized) to any `MaybeUninit<T>` regardless of `T`.

r? `@RalfJung`
2025-10-23 22:10:14 +11:00
..
src Rollup merge of #140463 - joshlf:patch-13, r=RalfJung 2025-10-23 22:10:14 +11:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00