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

Allow #[project] to be used on if let expressions #181

Merged
merged 6 commits into from
Mar 20, 2020

Commits on Mar 9, 2020

  1. [WIP] Allow #[project] to be used on if let expressions

    This PR would work correctly, except for the fact that
    rust-lang/rust#68618 causes a compilation error to be emitted before we
    even have a chance to run. That issue is independent of the
    implementation of this PR, so this PR should start working automatically
    once the issue is resolved.
    Aaron1011 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    198b140 View commit details
    Browse the repository at this point in the history
  2. Run 'cargo fmt'

    Aaron1011 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f626aa8 View commit details
    Browse the repository at this point in the history
  3. Also project else if let

    Aaron1011 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    93e6c76 View commit details
    Browse the repository at this point in the history
  4. Add a test

    Aaron1011 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    eb80d67 View commit details
    Browse the repository at this point in the history
  5. Make tests pass on stable

    Aaron1011 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1d5231e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Run cargo fmt

    Aaron1011 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9910909 View commit details
    Browse the repository at this point in the history