We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eb26f commit 3a23ec2Copy full SHA for 3a23ec2
src/hir.md
@@ -144,7 +144,7 @@ that `n` must be some HIR expression, you can do
144
Finally, you can find the parents of nodes, via
145
calls like [`tcx.parent_hir_node(n)`][parent_hir_node].
146
147
-[get_parent_item]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html#method.parent_hir_node
+[parent_hir_node]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html#method.parent_hir_node
148
149
150
## HIR Bodies
0 commit comments