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 slow-path for FirstSets::first #62956

Merged
merged 1 commit into from
Jul 26, 2019
Merged

Commits on Jul 25, 2019

  1. Implement slow-path for FirstSets::first

    When 2 or more sequences share the same span, we can't use the precomputed map
    for their first set. So we compute it recursively.
    
    Fixes rust-lang#62831.
    ia0 committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    df4b23e View commit details
    Browse the repository at this point in the history