about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-09-27 10:42:34 +0200
committerGitHub <noreply@github.com>2023-09-27 10:42:34 +0200
commit50417a5457327e0eb6cd214307421c798cef990b (patch)
tree39102ae186f0a151bac8c15f6f0243e95e1a8299 /compiler/rustc_mir_transform/src/coverage/counters.rs
parentd4858878c192dee3ae74aec7244f725426f6ab84 (diff)
parent305524d1d655f744e739f45850bc6f74918ac0c9 (diff)
downloadrust-50417a5457327e0eb6cd214307421c798cef990b.tar.gz
rust-50417a5457327e0eb6cd214307421c798cef990b.zip
Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr
Anonymize binders for `refining_impl_trait` check

We're naively using the equality impl for `ty::Clause` in the refinement check, which is okay *except* for binders, which carry some information about where they come from in the AST. Those locations are not gonna be equal between traits and impls, so anonymize those clauses so that this doesn't matter.

Fixes #116135
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions