summary refs log tree commit diff
path: root/src/test/compile-fail/impl-trait
AgeCommit message (Expand)AuthorLines
2016-10-24Rollup merge of #37324 - GuillaumeGomez:trait_error_message, r=jonathandturnerJonathan Turner-4/+4
2016-10-21Improve E0277 help messageGuillaume Gomez-4/+4
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-23/+0
2016-08-25Update E0277 to new error formatMohit Agarwal-0/+4
2016-08-17Move 'doesn't live long enough' errors to labelsJonathan Turner-3/+3
2016-08-12test: add more extensive tests for impl Trait.Eduard Burtescu-0/+248
2016-08-12typeck: leak auto trait obligations through impl Trait.Eduard Burtescu-0/+70