Skip to content

edition 2024 and remove #![feature(let_chains)] #662

Closed
@est31

Description

@est31

Hi, I would like to properly stabilize the let_chains feature. For users on edition 2024, this has already happened in rust-lang/rust#132833, but the feature is still available behind a feature gate on older editions. Eventually I want to remove that feature gate, removing the ability to use let chains on editions < 2024. But this crate is currently using edition 2018.

How hard would it be to update the edition from 2018 to 2024 and remove the #![feature(let_chains)]?

cc rust-lang/rust#140722

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions