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

Make parser aware of await where macro calls are expected #60829

Closed
wants to merge 1 commit into from

Commits on May 14, 2019

  1. Make parser aware of await where macro calls are expected

    This makes the parser to first check for '!' and see if it exists or not before
    parsing it as `await!`. This is done because a proposed new syntax for await is
    `expression.await` and hence await keyword can be used without `!`.
    
    It fixes rust-lang#60653
    Pulkit07 committed May 14, 2019
    Configuration menu
    Copy the full SHA
    96b14e6 View commit details
    Browse the repository at this point in the history