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 suggestion span involving wrongly placed generic arg on variant #116537

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. Fix suggestion span involving wrongly placed generic arg on enum vari…

    …ants
    
    When the variant and the (wrongly placed) args are at separate
    source locations such as being in different macos or one in a macro and
    the other somwhere outside of it, the arg spans we computed spanned
    the entire distance between such locations and were hence invalid.
    .
    gurry committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    23a3b9e View commit details
    Browse the repository at this point in the history