mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
aed1171c66
Async drop - type instead of async drop fn, fixes #140484 Fixes: rust-lang/rust#140484 Fixes: rust-lang/rust#140500 Fixes ICE, when type is provided in AsyncDrop trait instead of `async fn drop()`. Fixes ICE, when async drop fn has wrong signature.