diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-12-14 10:21:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 10:21:04 +0100 |
| commit | 75e8d65ccde2f4c238770db19adaf9c50a4c559c (patch) | |
| tree | f374f7ca107100834f80e0397ecddcd886b0629b /compiler/rustc_codegen_llvm/src | |
| parent | dfec47fe9192c66ef6c536cc91745e806b84419a (diff) | |
| parent | 2a5a6680fcff4a1d429ac3c67764dab813afef40 (diff) | |
| download | rust-75e8d65ccde2f4c238770db19adaf9c50a4c559c.tar.gz rust-75e8d65ccde2f4c238770db19adaf9c50a4c559c.zip | |
Rollup merge of #91851 - woppopo:const_maybeuninit_zeroed, r=yaahc
Make `MaybeUninit::zeroed` `const`
Tracking issue: #91850
```rust
// core::mem
impl<T> MaybeUninit<T> {
pub const fn zeroed() -> MaybeUninit<T>;
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
