rust/compiler/rustc_infer
Esteban Küber b3fba5e18a Remove unnecessary code and account for turbofish suggestion
Remove previously existing fallback that tried to give a good turbofish
suggestion, `need_type_info` is already good enough.

Special case `::<Vec<_>` suggestion for `Iterator::collect`.
2022-12-13 10:39:44 -08:00
..
src Remove unnecessary code and account for turbofish suggestion 2022-12-13 10:39:44 -08:00
Cargo.toml