about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-10-21 10:08:18 +0200
committerGitHub <noreply@github.com>2023-10-21 10:08:18 +0200
commite9d18f5f78dba3fbaf5763000715533994627eb1 (patch)
tree9da8f807f137c511df8cc2864873488336a4b4a7 /compiler/rustc_codegen_llvm/src/builder.rs
parentdd66bc86bee8e8b22b024d460d04e5d5576846dc (diff)
parent939a224ce39fbc422e14d8255616fc587b845b8e (diff)
downloadrust-e9d18f5f78dba3fbaf5763000715533994627eb1.tar.gz
rust-e9d18f5f78dba3fbaf5763000715533994627eb1.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions