mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 20:35:31 +00:00
Fixes #9504 Compiler generated call `into_iter` nodes return empty substs which we need when checking it's predicates. Handle this by simply exitting when we encounter one. This change introduces false negatives in place of the ICEs.