about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop/async-drop-initial.rs
AgeCommit message (Expand)AuthorLines
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-1/+1
2025-05-12ui/async-drop-initial: factor in panic strategy in destructor size checkJorge Aparicio-1/+4
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+243