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