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

feat(rustc_parse): recover from pre-RFC-2000 const generics syntax #89029

Merged
merged 4 commits into from
Oct 1, 2021

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    d8e9db0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Use less verbose syntax for error annotations

    Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
    notriddle and estebank authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    8a7c130 View commit details
    Browse the repository at this point in the history
  2. Improve error messages for bad type constraints

    Co-authored-by: Esteban Kuber <esteban@kuber.com.ar>
    notriddle and estebank committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    befdfb5 View commit details
    Browse the repository at this point in the history
  3. feat(rustc_typeck): avoid erroring with "wrong number of generics" if…

    … there's other problems
    
    As shown in the two test requirements that got updated, if there's other problems,
    then those other problems are probably the root cause of the incorrect generics count.
    notriddle committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    105b60f View commit details
    Browse the repository at this point in the history