about summary refs log tree commit diff
path: root/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param.rs
AgeCommit message (Expand)AuthorLines
2017-01-26rustc: Remove all "consider using an explicit lifetime parameter" suggestionsBrian Anderson-57/+0
2016-11-10Don't hint to add lifetime on trait implEsteban Küber-2/+0
2016-07-25Weaken test `compile-fail/lifetime-inference-give-expl-lifetime-param`.Jeffrey Seyfried-1/+2
2016-05-31fallout in testsNiko Matsakis-1/+1
2016-03-18make suggestion stuff not swallow errorsNiko Matsakis-0/+2
2016-03-18change coercion to use target region if not LUBNiko Matsakis-7/+3
2016-01-30Add missings NOTE and HELP annotations to testsFlorian Hahn-0/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-15/+15
2014-09-14Add help diagnostic messagesP1start-5/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-15/+0
2014-08-26DST coercions and DST structsNick Cameron-6/+4
2014-07-19librustc: Implement lifetime elision.Patrick Walton-27/+12
2014-04-15Support lifetime suggestion for methodKiet Tran-4/+24
2014-03-26Visit type parameter in lifetime suggestionKiet Tran-0/+11
2014-03-12Suggest explicit lifetime parameter on some errorsKiet Tran-0/+58