about summary refs log tree commit diff
path: root/tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-01-11 16:21:11 +0000
committerbors <bors@rust-lang.org>2023-01-11 16:21:11 +0000
commit09aceea36d790ecdd24d746c478e7d7421fa6b98 (patch)
tree0c345bd8cf2dd44a7c89ed2f5bc83381ac83583c /tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff
parentf32f64bffcbde9d8656c1c221547052f0da4f2e8 (diff)
parentbb4e272d8a05c5b6a000808c5c84d722d582603d (diff)
downloadrust-09aceea36d790ecdd24d746c478e7d7421fa6b98.tar.gz
rust-09aceea36d790ecdd24d746c478e7d7421fa6b98.zip
Auto merge of #13933 - Veykril:assoc-search, r=Veykril
Refine search for const and function assoc items

This changes our searching behavior, before we always associated all usages and definitions of associated items with all implementations of a trait and the trait itself. Now, when searching for references of a an associated trait item, we still do the same and consider all implementations, but when searching for an associated item of an implementation we now only consider the uses of that specific implementations associated item.

This does not affect associated type aliases as we unfortunately are missing information in the IDE layer here still.
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_bound_mut.NormalizeArrayLen.diff')
0 files changed, 0 insertions, 0 deletions