summary refs log tree commit diff
path: root/tests/incremental/hashes/panic_exprs.rs
AgeCommit message (Collapse)AuthorLines
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-9/+9
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`.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+151