Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark the following API const stable: impl<T> MaybeUninit<T> { pub const fn write(&mut self, val: T) -> &mut T; } This depends on `const_mut_refs` and `const_maybe_uninit_assume_init`, both of which have recently been stabilized. Tracking issue: <#63567>
- Loading branch information