rust/compiler/rustc_middle
Esteban Kuber e8fc076f23 Consider unfulfilled obligations in binop errors
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.
2021-10-05 23:34:13 +00:00
..
benches
src Consider unfulfilled obligations in binop errors 2021-10-05 23:34:13 +00:00
Cargo.toml Implemented -Z randomize-layout 2021-09-30 14:50:06 -05:00
README.md

For more information about how rustc works, see the rustc dev guide.