about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-block-control-flow-static-semantics.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-65/+0
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-2/+2
2022-08-08Adjust wordingMichael Goulet-3/+5
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-2/+2
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-1/+1
2022-03-22remove [async output] from impl FutureMichael Goulet-1/+1
2021-11-23Update test outputsMichael Goulet-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+2
2019-10-02WIP fix testsNiko Matsakis-1/+1
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-2/+2
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-08-18Better error message for break in async blocks.Giles Cope-3/+2
2019-08-09Test interaction btw async blocks and ?, return, break.Mazdak Farrokhzad-0/+67