mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 19:00:37 +00:00
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`.