mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
74b79aee60
Do not discard constraints on overflow if there was candidate ambiguity Fixes https://github.com/rust-lang/trait-system-refactor-initiative/issues/201. There's a pretty chunky justification in the test. r? lcnr