mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
888990ba13
Tweak wording of failed predicate in inference error Special case message talking about `Predicate` that couldn't be satisfied when in inference errors so that we don't say "cannot satisfy `_: Trait`" and instead say "type must implement `Trait`".