about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-12 23:00:58 +0200
committerGitHub <noreply@github.com>2024-10-12 23:00:58 +0200
commite1df3975827b499df978cd1d81d5b2f6392888bc (patch)
tree7def96adedf4447a105ee8d891a3f41527add918 /compiler/rustc_codegen_llvm/src/errors.rs
parentb9e083f86b84e4f996d7a537e8dff8eedcbea465 (diff)
parent470e9fa1af3e0ec36768e57cdb63bde46af8ee6d (diff)
downloadrust-e1df3975827b499df978cd1d81d5b2f6392888bc.tar.gz
rust-e1df3975827b499df978cd1d81d5b2f6392888bc.zip
Rollup merge of #131599 - compiler-errors:storage, r=lcnr
Shallowly match opaque key in storage

Using a full eq on the key *and* the hidden type means that in cases where we first ambiguously register a `?t` hidden type then constrain that `?t` to be a type that doesn't actually satisfy its bounds, we end up with bogus entries in the opaque type storage. We should commit to the type in the storage if it's registered.

r? lcnr
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions