mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 21:36:54 +00:00
IAT: Reinstate early bailout Apparently, some people are already using IATs in their projects and get blocked by https://github.com/rust-lang/rust/issues/142006#issuecomment-3508543649 (cc dupes https://github.com/rust-lang/rust/issues/143952 & https://github.com/rust-lang/rust/issues/148535). Since the (temporary) fix is so trivial, let's just do it. Addresses https://github.com/rust-lang/rust/issues/142006#issuecomment-3508543649. cc ```@luissantosHCIT``` (https://github.com/rust-lang/rust/issues/148535). r? ```@BoxyUwU```