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

Only print parameters with elided lifetimes in elision error messages. #33708

Merged
merged 2 commits into from
May 19, 2016

Commits on May 18, 2016

  1. Only print parameters with elided lifetimes in elision error messages.

    When displaying the function parameters for a lifetime elision error message,
    this changes it to first filter out the parameters that don't have elided
    lifetimes.
    
    Fixes rust-lang#30255.
    Nick Hamann committed May 18, 2016
    Configuration menu
    Copy the full SHA
    7fef162 View commit details
    Browse the repository at this point in the history
  2. Simplify report_elision_failure a little bit.

    Nick Hamann committed May 18, 2016
    Configuration menu
    Copy the full SHA
    a50c82b View commit details
    Browse the repository at this point in the history