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

Implement dot-await syntax #631

Closed
dtolnay opened this issue May 9, 2019 · 1 comment · Fixed by #676
Closed

Implement dot-await syntax #631

dtolnay opened this issue May 9, 2019 · 1 comment · Fixed by #676
Labels
Milestone

Comments

@dtolnay
Copy link
Owner

dtolnay commented May 9, 2019

We can start by parsing it into the existing syntax tree as ExprField or ExprVerbatim. In the next major version we will want an Expr variant specific to await.

Implementation in rustc: rust-lang/rust#60586

@dtolnay dtolnay added the syntax label May 9, 2019
@dtolnay dtolnay added this to the 1.0 milestone May 9, 2019
@Robbepop
Copy link

Is there already a schedule for the next major syn version?
Maybe we could open a new branch for its development?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants