mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
20f111f0d8
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.