rust/compiler/rustc_hir_analysis/src/check
Matthias Krüger e9d18f5f78
Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors
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.
2023-10-21 10:08:18 +02:00
..
compare_impl_item Only trigger refine lint on reachable traits 2023-09-29 18:36:41 +00:00
check.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
compare_impl_item.rs Point at assoc fn definition on type param divergence 2023-10-20 22:11:01 +00:00
dropck.rs Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
entry.rs Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
intrinsic.rs Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee 2023-09-30 04:05:26 +00:00
intrinsicck.rs Allow MaybeUninit in input and output of inline assembly 2023-08-23 21:57:18 +09:00
mod.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
region.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
wfcheck.rs Fix outlives suggestion for GAT in RPITIT 2023-10-16 15:42:26 +00:00