mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:48:11 +00:00
Don't ICE when encountering placeholders in implied bounds computation I *could* fix this the right way, though I don't really want to think about the implications of the change. This should have minimal side-effects. r? `@aliemjay` Fixes #118286