mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:46:35 +00:00
When encountering a binop where the types would have been accepted, if all the predicates had been fulfilled, include information about the predicates and suggest appropriate `#[derive]`s if possible. Point at trait(s) that needs to be `impl`emented.
For more information about how rustc works, see the rustc dev guide.