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

Track implicit Sized obligations in type params #98816

Merged
merged 3 commits into from
Jul 9, 2022

Commits on Jul 7, 2022

  1. Add test for rust-lang#98539

    estebank committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d5642ac View commit details
    Browse the repository at this point in the history
  2. Track implicit Sized obligations in type params

    Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting
    the HIR Generics. (Fix rust-lang#98539)
    estebank committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    af10a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    385c793 View commit details
    Browse the repository at this point in the history