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