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

Commits on Mar 14, 2022

  1. Add test of let dot dot

    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 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b7aaa08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c708999 View commit details
    Browse the repository at this point in the history