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

Support #[project] attribute on 'let var = match' exressions #51

Merged
merged 1 commit into from
Aug 24, 2019

Commits on Aug 23, 2019

  1. Support #[project] attribute on 'let var = match' exressions

    Previously, the #[project] attribute would only apply to plain 'match'
    expressions, not 'match' expressions immediately assigned to a local.
    
    This commit checks for #[project] attributes in the initializer of a
    'let' expression, if the initializer is a 'match' expression.
    Aaron1011 committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    624d037 View commit details
    Browse the repository at this point in the history