about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-12-14 10:21:04 +0100
committerGitHub <noreply@github.com>2021-12-14 10:21:04 +0100
commit75e8d65ccde2f4c238770db19adaf9c50a4c559c (patch)
treef374f7ca107100834f80e0397ecddcd886b0629b /compiler/rustc_codegen_llvm/src
parentdfec47fe9192c66ef6c536cc91745e806b84419a (diff)
parent2a5a6680fcff4a1d429ac3c67764dab813afef40 (diff)
downloadrust-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