about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/async-closure-captures.stdout
AgeCommit message (Collapse)AuthorLines
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ↵Michael Goulet-0/+14
also `move`
2024-04-04Actually use the inferred ClosureKind from signature inference in ↵Michael Goulet-10/+0
coroutine-closures
2024-04-02Fix capture analysis for by-move closure bodiesMichael Goulet-0/+10