summary refs log tree commit diff
path: root/src/test/ui/generator/print
AgeCommit message (Expand)AuthorLines
2022-06-19Greatly improve error reporting for futures and generators in `note_obligatio...Joshua Nelson-6/+38
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-5/+5
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-5/+5
2021-08-16Use note to point at bound introducing requirementEsteban Küber-12/+20
2021-07-06Revert "Revert "Update tests""bjorn3-5/+5
2021-06-07Revert "Update tests"bjorn3-5/+5
2021-05-30Update testsbjorn3-5/+5
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-5/+5
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-10-11traits diagnostics: Don't print closure/generator upvar_tys tupleAman Arora-2/+0
2020-10-11Always return tupled_upvar_tys for Closure/Generator consituent tysAman Arora-0/+1
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-2/+3
2020-09-28Add tests for updated closure/generator printingAman Arora-0/+191