Skip to content

Commit

Permalink
Add missing link for [Node] (rust-lang#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin authored Dec 29, 2024
1 parent ecad021 commit ddff18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hir.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ These identifiers can be converted into one another through the [HIR map][map].
[`LocalDefId`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/def_id/struct.LocalDefId.html
[`HirId`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir_id/struct.HirId.html
[`BodyId`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir/struct.BodyId.html
[Node]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir/enum.Node.html
[`CrateNum`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/def_id/struct.CrateNum.html
[`DefIndex`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/def_id/struct.DefIndex.html
[`Body`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir/struct.Body.html
Expand Down

0 comments on commit ddff18e

Please sign in to comment.