mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
2eccebb84d
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