summary refs log tree commit diff
path: root/src/test/ui/self/elision/ref-mut-self-async.stderr
AgeCommit message (Expand)AuthorLines
2022-06-03Fully stabilize NLLJack Huey-0/+92
2022-04-17Use revisions instead of nll compare mode for `/self/` ui testsmarmeladema-63/+0
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-12/+24
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-24/+12
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-24/+18
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-24/+24
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-18/+24
2019-11-26Stabilize nested self receiversTaylor Cramer-6/+6
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-10-02WIP fix testsNiko Matsakis-24/+30
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-6/+6
2019-08-12bless testsNiko Matsakis-5/+5
2019-08-12revamp how we handle elision in async fnNiko Matsakis-139/+36
2019-08-08lifetime elision: add non-conforming-to-fn tests.Mazdak Farrokhzad-0/+159