mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
64b6b5b6ce
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`.