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

Commits on Jul 12, 2019

  1. Fix parsing of final on Nightly Rust

    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 committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    4f86653 View commit details
    Browse the repository at this point in the history