about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-24 08:08:09 +0100
committerGitHub <noreply@github.com>2025-01-24 08:08:09 +0100
commit556d901c36511560e0ae8ce3058507121a2fb2f0 (patch)
tree1fa40ca4fe4edccbf188889aadad0209c72870e4 /compiler/rustc_codegen_llvm/src
parentbe15391703babf217aaef3c854213a7fcd70e00b (diff)
parent00a0ef42067d6044b88db86eb8715d8e66d3bc88 (diff)
downloadrust-556d901c36511560e0ae8ce3058507121a2fb2f0.tar.gz
rust-556d901c36511560e0ae8ce3058507121a2fb2f0.zip
Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726
Remove usages of `QueryNormalizer` in the compiler

I want to get rid of the `QueryNormalizer`, possibly changing it to be special cased just for normalizing erasing regions, or perhaps adapting `normalize_erasing_regions` to use the assoc type normalizer if caching is sufficient and removing it altogther.

This removes the last two usages of `.query_normalize` in the *compiler*. There are a few usages left in rustdoc and clippy, which exist only because the query normalizer is more resilient to errors and non-well-formed alias types. I will remove those next.

r? lcnr or reassign
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions