mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
b8336a5485
Fudge infer vars in the cause code of `Obligation` intentionally Fixes the ICE variant in https://github.com/rust-lang/trait-system-refactor-initiative/issues/245. Fixes rust-lang/rust#142866. The detailed cause is in the test comments. r? `@lcnr`