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

Parse .. pattern in pattern of let #1140

Merged
merged 2 commits into from Mar 14, 2022
Merged

Parse .. pattern in pattern of let #1140

merged 2 commits into from Mar 14, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Mar 14, 2022

Fixes #1136.

Currently fails:

    ---- test_let_dot_dot stdout ----
    thread 'test_let_dot_dot' panicked at 'called `Result::unwrap()` on an `Err` value: Error("expected one of: literal, identifier, `::`, `<`, `self`, `Self`, `super`, `crate`, `const`")', tests/test_stmt.rs:85:5
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@dtolnay dtolnay changed the title Parse .. pattern in pattern of let Parse .. pattern in pattern of let Mar 14, 2022
@dtolnay dtolnay merged commit 5d1cd93 into master Mar 14, 2022
@dtolnay dtolnay deleted the letdotdot branch March 14, 2022 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse .. pattern in pattern of let
1 participant