rust/compiler/rustc_metadata/src
Matthias Krüger 6ed8cb6616
Rollup merge of #105472 - spastorino:make-encoder-use-queries, r=oli-obk
Make encode_info_for_trait_item use queries instead of accessing the HIR

This change avoids accessing the HIR on `encode_info_for_trait_item` and uses queries. We will need to execute this function for elements that have no HIR and by using queries we will be able to feed for definitions that have no HIR.

r? ``@oli-obk``
2022-12-11 23:36:46 +01:00
..
rmeta Rollup merge of #105472 - spastorino:make-encoder-use-queries, r=oli-obk 2022-12-11 23:36:46 +01:00
creader.rs Fold Definitions into the untracked data 2022-12-09 14:59:39 +00:00
dependency_format.rs
errors.rs Fix CrateLocationUnknownType error 2022-11-20 10:48:37 +11:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Use Symbol for the crate name instead of String/str 2022-12-07 20:30:02 +00:00
lib.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
locator.rs Tests for bad --extern library path and file 2022-11-22 17:44:38 +11:00
native_libs.rs Stabilize native library modifier verbatim 2022-11-27 22:36:32 +03:00