We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2302e commit 07b7f00Copy full SHA for 07b7f00
src/doc/rustc-dev-guide/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