Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use direct desugaring for multiple patterns in if let #9

Open
lambda-fairy opened this issue Jan 29, 2019 · 0 comments
Open

Use direct desugaring for multiple patterns in if let #9

lambda-fairy opened this issue Jan 29, 2019 · 0 comments
Labels
enhancement msrv Requires bumping the minimum supported Rust version (MSRV)

Comments

@lambda-fairy
Copy link
Owner

When rust-lang/rust#57532 lands in stable, we won't need to lower multiple patterns to match anymore.

We may also want to support leading |, as mentioned in the RFC.

@lambda-fairy lambda-fairy added the msrv Requires bumping the minimum supported Rust version (MSRV) label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement msrv Requires bumping the minimum supported Rust version (MSRV)
Projects
None yet
Development

No branches or pull requests

1 participant