Notes on Rust async drop
Here are some notes from trying-out async
drop on rustc 1.93.0-nightly (2025-11-07).
I wanted to use async drop to ensure that an asynchronous cleanup operation was
performed prior to shutdown. However, I ended up hitting a "show-stopping" bug
:(. And, to be clear: this feature is incomplete, and therefore broken behavior
is to be expected.