about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/move-data-across-await-point.rs
AgeCommit message (Expand)AuthorLines
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-2/+1
2023-12-11use Waker::noop instead of defining our own WakerRalf Jung-10/+3
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-02-17Add tests for moving data across await pointBryan Garza-0/+81