mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 05:27:36 +00:00
![]() Point at assoc fn definition on type param divergence When the number of type parameters in the associated function of an impl and its trait differ, we now *always* point at the trait one, even if it comes from a foreign crate. When it is local, we point at the specific params, when it is foreign, we point at the whole associated item. Fix #69944. |
||
---|---|---|
.. | ||
compare_impl_item | ||
check.rs | ||
compare_impl_item.rs | ||
dropck.rs | ||
entry.rs | ||
intrinsic.rs | ||
intrinsicck.rs | ||
mod.rs | ||
region.rs | ||
wfcheck.rs |