rust/src/test/ui/lifetimes
Brian Anderson a2735c0249 rustc: Remove all "consider using an explicit lifetime parameter" suggestions
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.
2017-01-26 22:11:29 +00:00
..
borrowck-let-suggestion.rs Update error message for lifetime of borrowed values 2016-08-31 17:48:26 -07:00
borrowck-let-suggestion.stderr Improve "Doesn't live long enough" error 2016-11-09 00:28:50 +03:00