mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 02:57:33 +00:00
![]() Create some minimal HIR for associated opaque types `LocalDefId`s for opaque types in traits and impls are created after AST -> HIR lowering, so they don't have corresponding HIR and return their various properties through fed queries. In this PR I also feed some core HIR-related queries for these `LocalDefId`s (which happen to be HIR owners). As a result all `LocalDefId`s now have corresponding `HirId`s and HIR nodes, and "optional" methods like `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` can be removed. Follow up to https://github.com/rust-lang/rust/pull/120206. |
||
---|---|---|
.. | ||
compare_impl_item | ||
check.rs | ||
compare_impl_item.rs | ||
dropck.rs | ||
entry.rs | ||
errs.rs | ||
intrinsic.rs | ||
intrinsicck.rs | ||
mod.rs | ||
region.rs | ||
wfcheck.rs |