Skip to content

Commit

Permalink
rustc: Remove all "consider using an explicit lifetime parameter" sug…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
brson committed Jan 26, 2017
1 parent 8430042 commit a2735c0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 893 deletions.
Loading

0 comments on commit a2735c0

Please sign in to comment.