rust/compiler/rustc_metadata
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
..
src Rollup merge of #105472 - spastorino:make-encoder-use-queries, r=oli-obk 2022-12-11 23:36:46 +01:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00