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

rustc: Remove all "consider using an explicit lifetime parameter" suggestions #37057

Merged
merged 1 commit into from
Jan 28, 2017

Commits on Jan 26, 2017

  1. rustc: Remove all "consider using an explicit lifetime parameter" sug…

    …gestions
    
    These give so many incorrect suggestions that having them is
    detrimental to the user experience. The compiler should not be
    suggesting changes to the code that are wrong - it is infuriating: not
    only is the compiler telling you that _you don't understand_ borrowing,
    _the compiler itself_ appears to not understand borrowing. It does not
    inspire confidence.
    brson committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    a2735c0 View commit details
    Browse the repository at this point in the history