Skip to content

Get working on stable #6

@Techcable

Description

@Techcable

Right now we only require two nightly features:

To replace const_option we can add a utils::unwrap_option helper function. This will work because const_panic is already stable.

To replace never_type we can add a pub enum Never {} type which will work similar to std::convert::Infailable. Alternatively, we can just alias pub type Never = std::convert::Infailable.

When ! finally becomes stable, we can switch to that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions