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

Point at method chains on E0271 errors #105674

Merged
merged 5 commits into from
Dec 16, 2022
Merged

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    294944d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ae261 View commit details
    Browse the repository at this point in the history
  3. Shorten trimmed display of closures

    When `with_forced_trimmed_paths` is used, only print filename and start
    of the closure's span, to reduce their verbosity.
    estebank committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4d4d478 View commit details
    Browse the repository at this point in the history
  4. Trim paths in E0599

    estebank committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3b938f7 View commit details
    Browse the repository at this point in the history
  5. Consider lifetimes when comparing assoc types in method chain

    Do not say "Type changed to X here" when the only difference is caused
    by lifetimes.
    estebank committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2492235 View commit details
    Browse the repository at this point in the history