about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/async-drop.tree.stdout
AgeCommit message (Collapse)AuthorLines
2025-04-28AsyncDrop implementation using shim codegen of ↵Andrew Zhogin-18/+19
async_drop_in_place::{closure}, scoped async drop added.
2024-04-16Add simple async drop glue generationzetanumbers-0/+22
Explainer: https://zetanumbers.github.io/book/async-drop-design.html https://github.com/rust-lang/rust/pull/121801