Skip to content

Commit efb6d6c

Browse files
authoredApr 26, 2020
Fix broken link in QPath documentation
1 parent 7f3b3df commit efb6d6c

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)