rust/compiler/rustc_metadata/src/rmeta
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
..
decoder Move the untracked cstore and source_span into a struct 2022-12-09 14:53:24 +00:00
decoder.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
def_path_hash_map.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
encoder.rs Make encode_info_for_trait_item use queries instead of accessing the HIR 2022-12-08 11:58:14 -03:00
mod.rs Make inferred_outlives_crate return Clause 2022-11-29 12:01:58 -03:00
table.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00