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

Tweak spans for trait bounds on associated types #85799

Closed
wants to merge 4 commits into from

Commits on Dec 13, 2021

  1. Tweak assoc type obligation spans

    * Mention where implicit `Sized` obligations come from on E0277
    * New predicate field for `Sized` obligations
    * Suggest `T: ?Sized` in more places
    estebank committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c846d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed395e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d445c12 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. remove implicit field

    estebank committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    979937e View commit details
    Browse the repository at this point in the history