about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/coroutine.rs
AgeCommit message (Expand)AuthorLines
2025-05-08Update miri, cargo-miri and miri-cript to edition 2024est31-4/+4
2024-09-29let rustfmt format importsRalf Jung-4/+2
2024-04-25fmtThe Miri Cronjob Bot-78/+145
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-18/+18
2023-12-14add test for uninhabited saved locals in a coroutineRalf Jung-0/+31
2023-10-20s/generator/coroutine/Oli Scherer-0/+226