about summary refs log tree commit diff
path: root/tests/ui/coroutine/async_gen_fn_iter.rs
AgeCommit message (Expand)AuthorLines
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-11-22Stabilize the 2024 editionEric Huss-1/+0
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-1/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-2/+1
2023-12-14Use the Waker::noop API in testsMichael Goulet-19/+5
2023-12-08Make async generators fused by defaultMichael Goulet-0/+4
2023-12-08Add testsMichael Goulet-0/+96