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

add function to tell the identical errors for ambiguity_errors #105769

Merged
merged 2 commits into from
Dec 22, 2022

Commits on Dec 19, 2022

  1. add function to tell if the current ambiguity error matches a previou…

    …s one in ambiguity_errors
    
    if 2 errors of the kind and ident and span of the ident, b1, b2 and misc1 misc2 are the same
    then these 2 ambiguity errors matched
    prevent identical ambiguity error from pushing into vector of ambiguity_errors
    this will fix rust-lang#105177
    Yiming Lei committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    bd12d15 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Change comment to doc comment

    eholk committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f20f86e View commit details
    Browse the repository at this point in the history