about summary refs log tree commit diff
path: root/src/test/ui/async-await/issues/issue-54752-async-block.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2021-12-05Pretty print async block without redundant spaceDavid Tolnay-1/+1
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-0/+1
This change makes error and warning annotations mandatory in UI tests. The only exception are tests that use error patterns to match compiler output and don't have any annotations.
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-3/+0
2019-05-24Add issues folder in async-awaitvarkor-0/+9