mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
![]() Make `MaybeUninit::zeroed` `const` Tracking issue: #91850 ```rust // core::mem impl<T> MaybeUninit<T> { pub const fn zeroed() -> MaybeUninit<T>; } ``` |
||
---|---|---|
.. | ||
alloc | ||
backtrace@b02ed04a7e | ||
core | ||
panic_abort | ||
panic_unwind | ||
portable-simd | ||
proc_macro | ||
profiler_builtins | ||
rtstartup | ||
rustc-std-workspace-alloc | ||
rustc-std-workspace-core | ||
rustc-std-workspace-std | ||
std | ||
stdarch@b70ae88ef2 | ||
test | ||
unwind |