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

Point at local similarly named element and tweak references to variants #65421

Merged
merged 1 commit into from
Oct 28, 2019

Commits on Oct 27, 2019

  1. Point at local similarly named element and tweak references to variants

    Point at the span for the definition of ADTs internal to the current
    crate.
    
    Look at the leading char of the ident to determine whether we're
    expecting a likely fn or any of a fn, a tuple struct or a tuple variant.
    
    Turn fn `add_typo_suggestion` into a `Resolver` method.
    estebank committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b26ddb8 View commit details
    Browse the repository at this point in the history