Skip to content

Commit c1c46c7

Browse files
authored
Rollup merge of #71596 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Fix broken link in `QPath` documentation r? @Dylan-DPC
2 parents f4e0431 + efb6d6c commit c1c46c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_hir/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ pub enum ExprKind<'hir> {
16011601
///
16021602
/// To resolve the path to a `DefId`, call [`qpath_res`].
16031603
///
1604-
/// [`qpath_res`]: ../ty/struct.TypeckTables.html#method.qpath_res
1604+
/// [`qpath_res`]: ../rustc_middle/ty/struct.TypeckTables.html#method.qpath_res
16051605
#[derive(RustcEncodable, RustcDecodable, Debug, HashStable_Generic)]
16061606
pub enum QPath<'hir> {
16071607
/// Path to a definition, optionally "fully-qualified" with a `Self`

0 commit comments

Comments
 (0)