mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
870435b50b
Print kind of coroutine closure Make sure that we print "async closure" when we have an async closure, rather than calling it generically a ["coroutine-closure"](https://github.com/rust-lang/rust/pull/120361). Fixes #120886 r? oli-obk