about summary refs log tree commit diff
path: root/src/test/ui/generator/clone-impl-async.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-70/+0
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-14/+13
After removing `GenFuture`, I special-cased async generators to pretty-print as `impl Future<Output = X>` mainly to avoid too much diagnostics changes originally. This now reverses that change so that async fn/blocks are pretty-printed as `[$movability `async` $something@$source-position]` in various diagnostics, and updates the tests that this touches.
2022-09-11fix tests after rebaseAndrew Cann-6/+6
2022-09-11test async diagnostics for feature(generator_clone)Andrew Cann-0/+71