mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
bf2ba8611e
hir: Make sure all `HirId`s have corresponding HIR `Node`s And then remove `tcx.opt_hir_node(hir_id)` in favor of `tcx.hir_node(hir_id)`.
For more information about how rustc works, see the rustc dev guide.