about summary refs log tree commit diff
path: root/src/test/ui/unsized
AgeCommit message (Expand)AuthorLines
2020-04-24Add regression test for #26376Wesley Wiser-0/+25
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-1/+0
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+4
2020-04-08Small tweaks to required bound spanEsteban Küber-6/+6
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-4/+4
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-18/+18
2019-11-24Fix pointing at arg for fulfillment errors in function callsJanusz Marcinkiewicz-0/+63
2019-10-15Handle more casesEsteban Küber-10/+21
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-8/+12
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-2/+2
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-2/+2
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-30/+17
2019-05-29Update ui test suite to use dynmemoryruins-16/+16
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-27/+27
2018-12-25Remove licensesMark Rousskov-105/+33
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+547