Skip to content

MaybeUninit::read has been renamed into assume_init_read #42

@timothee-haudebourg

Description

@timothee-haudebourg

Hi,

yesterday the MaybeUninit::read function has been renamed into assume_init_read via this commit. It has been briefly discussed here before that. Of course this means that staticvec does not compile with the lastest nightly build.

    --> src/lib.rs:1693:29
     |
1693 |       unsafe { Ok(self.data.read()) }
     |                             ^^^^ method not found in `MaybeUninit<[T; N]>`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions