rust/crates/hir-ty/src/infer
bors 3fe6ff74cf Auto merge of #16085 - Austaras:master, r=Veykril
fix: try obligation of `IndexMut` when infer

Closes #15842.

This issue arises because `K` is ambiguous if only inferred from `Index` trait, but is unique if inferred from `IndexMut`, but r-a doesn't use this info.
2024-01-03 14:18:13 +00:00
..
cast.rs Run cargo fmt on 1.72 2023-08-25 22:24:41 +03:30
closure.rs fix: try obligation of IndexMut when infer 2023-12-31 07:19:16 +08:00
coerce.rs Auto merge of #15118 - alexkirsz:alexkirsz/resolve-deref-raw, r=Veykril 2023-07-03 14:55:08 +00:00
expr.rs Auto merge of #16085 - Austaras:master, r=Veykril 2024-01-03 14:18:13 +00:00
mutability.rs fix: try obligation of IndexMut when infer 2023-12-31 07:19:16 +08:00
pat.rs Fix false positive type mismatch in const reference patterns 2023-12-15 19:09:07 +03:30
path.rs add unresolved-assoc-item diagnostic 2023-12-31 17:36:40 +00:00
unify.rs address comment 2023-11-17 16:53:38 +08:00