about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-11 19:42:49 +0100
committerGitHub <noreply@github.com>2024-01-11 19:42:49 +0100
commitbd61caf58ba23cf92b584a5b55347a2bda77ef7f (patch)
tree31d8f43479a37e3e6be910ff2617e3f6a1bd3bde /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parentfe97e931668befc21fb065c7ea1a003a57408e47 (diff)
parent55cab535e7dddc05c6fa57f4a0319ae9d0d36d9b (diff)
downloadrust-bd61caf58ba23cf92b584a5b55347a2bda77ef7f.tar.gz
rust-bd61caf58ba23cf92b584a5b55347a2bda77ef7f.zip
Rollup merge of #119813 - oli-obk:even_more_follow_up_errors2, r=estebank
Silence some follow-up errors [2/x]

this is one piece of the requested cleanups from https://github.com/rust-lang/rust/pull/117449

the `type_of` query frequently uses astconv to convert a `hir::Ty` to a `ty::Ty`. This process is infallible, but may produce errors as it goes. All the error reporting sites that had access to the `ItemCtxt` are now tainting it, causing `type_of` to return a `ty::Error` instead of anything else.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions