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

Fix parsing of final on Nightly Rust #1661

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

alexcrichton
Copy link
Contributor

This fixes an issue also reported to upstream (rust-lang/rust#62628) to
ensure that we parse the final attribute as either r#final or
final, since now the compiler is giving us r#final and we were
previously only accepting final.

The parsing here was a bit wonky, but this setup ended up working!

This fixes an issue also reported to upstream (rust-lang/rust#62628) to
ensure that we parse the `final` attribute as either `r#final` or
`final`, since now the compiler is giving us `r#final` and we were
previously only accepting `final`.

The parsing here was a bit wonky, but this setup ended up working!
@alexcrichton alexcrichton merged commit 13b672a into rustwasm:master Jul 12, 2019
@alexcrichton alexcrichton deleted the fix-nightly branch July 12, 2019 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants