about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2023-09-28 01:57:01 -0400
committerTrevor Gross <tmgross@umich.edu>2023-11-04 15:27:25 -0400
commitf6ce646d3f840181dcc3f5d9edc4e4cff0051b78 (patch)
tree6a4a134859db156b7edadce12e8f5256d2f17461 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp
parent2ba4eb2d49e774b5fbc2a06258ac7b0f60b92b7e (diff)
downloadrust-f6ce646d3f840181dcc3f5d9edc4e4cff0051b78.tar.gz
rust-f6ce646d3f840181dcc3f5d9edc4e4cff0051b78.zip
Stabilize `const_maybe_uninit_zeroed`
Make `MaybeUninit::zeroed` const stable. Newly stable API:

    // core::mem
    impl<T> MaybeUninit<T> {
        pub const fn zeroed() -> MaybeUninit<T>;
    }

Use of `const_mut_refs` should be acceptable since we do not leak the
mutability.

Tracking issue: #91850
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
0 files changed, 0 insertions, 0 deletions