about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/llvm_cov.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-11-04 18:12:47 +0100
committerGitHub <noreply@github.com>2024-11-04 18:12:47 +0100
commit909574e4114cb0becbb74a2955a90b8c37fe35ef (patch)
treecb9aaa85673e8a4111918dd46890daacb95167b9 /compiler/rustc_codegen_llvm/src/coverageinfo/llvm_cov.rs
parentb9db639ea588534060504a48e8334fbfcb751fe6 (diff)
parent6026a0f6c988ce24194d8e525094386137326d50 (diff)
downloadrust-909574e4114cb0becbb74a2955a90b8c37fe35ef.tar.gz
rust-909574e4114cb0becbb74a2955a90b8c37fe35ef.zip
Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors
find the generic container rather than simply looking up for the assoc with const arg

Fixes #132534

This issue is caused by mismatched generic parameters. Previously, it tried to find `T` in `trait X`, but after this change, it will find `T` in `fn a`.

r? `@compiler-errors`  as this assertion was introduced by you.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/llvm_cov.rs')
0 files changed, 0 insertions, 0 deletions