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

move implicit Sized predicate to end of list #86011

Merged
merged 2 commits into from
Oct 15, 2021

Commits on Oct 8, 2021

  1. move implicit Sized predicate to end of list

    In `Bounds::predicates()`, move the implicit `Sized` predicate to the
    end of the generated list. This means that if there is an explicit
    `Sized` bound, it will be checked first, and any resulting
    diagnostics will have a more useful span.
    tlyu committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    df03b08 View commit details
    Browse the repository at this point in the history
  2. update ui test expectations

    tlyu committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    c07f5c4 View commit details
    Browse the repository at this point in the history