mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 23:17:53 +00:00
Verify that HIR parenting and Def parenting match. This relationship is relied upon for `tcx.hir_owner_parent` query to return an accurate result.
For more information about how rustc works, see the rustc dev guide.