rust/compiler/rustc_infer
Esteban Kuber 78e88f46d6 Only shown relevant type params in E0283 label
When we point at a binding to suggest giving it a type, erase all the
type for ADTs that have been resolved, leaving only the ones that could
not be inferred. For small shallow types this is not a problem, but for
big nested types with lots of params, this can otherwise cause a lot of
unnecessary visual output.
2021-12-07 02:05:34 +00:00
..
src Only shown relevant type params in E0283 label 2021-12-07 02:05:34 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00