Skip to content

Commit f2ed1e6

Browse files
RalfJungoli-obk
andauthored
Fix markdown link
Co-Authored-By: Oliver Scherer <[email protected]>
1 parent 151e989 commit f2ed1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ pub enum ExprKind {
16201620
/// To resolve the called method to a `DefId`, call [`type_dependent_def_id`] with
16211621
/// the `hir_id` of the `MethodCall` node itself.
16221622
///
1623-
/// [`qpath_res`]: ../ty/struct.TypeckTables.html#method.type_dependent_def_id
1623+
/// [`type_dependent_def_id`]: ../ty/struct.TypeckTables.html#method.type_dependent_def_id
16241624
MethodCall(P<PathSegment>, Span, HirVec<Expr>),
16251625
/// A tuple (e.g., `(a, b, c, d)`).
16261626
Tup(HirVec<Expr>),

0 commit comments

Comments
 (0)