about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/captures.rs
AgeCommit message (Expand)AuthorLines
2024-12-13Stabilize async closuresMichael Goulet-2/+0
2024-12-02Move tests back to using AsyncFnMichael Goulet-3/+3
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-4/+2
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-2/+38
2024-04-02Comments, comments, commentsMichael Goulet-0/+2
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+80