mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 04:27:07 +00:00
fix rtsan_nonblocking_async lint closure ICE Fixes https://github.com/rust-lang/rust/issues/148750, which i introduced in https://github.com/rust-lang/rust/pull/147935. I also added the bug report to the tests.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.