about summary refs log tree commit diff
path: root/tests/coverage/branch/lazy-boolean.rs
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-10-14 18:32:54 -0400
committerTrevor Gross <tmgross@umich.edu>2024-12-02 14:06:56 -0500
commitc5fedc2267838ab9db5a98f946873685ae69097f (patch)
tree1ec2d79385d93678df8a98d31168cc1412a07819 /tests/coverage/branch/lazy-boolean.rs
parent32eea2f4460b06b12acc98050a4211b8c0ccfd67 (diff)
downloadrust-c5fedc2267838ab9db5a98f946873685ae69097f.tar.gz
rust-c5fedc2267838ab9db5a98f946873685ae69097f.zip
Stabilize `const_maybe_uninit_write`
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: <https://github.com/rust-lang/rust/issues/63567>
Diffstat (limited to 'tests/coverage/branch/lazy-boolean.rs')
0 files changed, 0 insertions, 0 deletions