mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
warn on must_use use on async fn's As referenced in #78149 This only works on `async` fn's for now, I can also look into if I can get `Box<dyn Future>` and `impl Future` working at this level (hir)