rust/compiler/rustc_incremental
Vadim Petrochenkov 64b6b5b6ce hir: Simplify hir_owner_nodes query
The query accept arbitrary DefIds, not just owner DefIds.
The return can be an `Option` because if there are no nodes, then it doesn't matter whether it's due to NonOwner or Phantom.
Also rename the query to `opt_hir_owner_nodes`.
2024-01-30 15:00:52 +03:00
..
src hir: Simplify hir_owner_nodes query 2024-01-30 15:00:52 +03:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Remove unused LoadResult::DecodeIncrCache variant 2023-11-04 20:16:03 +00:00