We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4e0431 + efb6d6c commit c1c46c7Copy full SHA for c1c46c7
src/librustc_hir/hir.rs
@@ -1601,7 +1601,7 @@ pub enum ExprKind<'hir> {
1601
///
1602
/// To resolve the path to a `DefId`, call [`qpath_res`].
1603
1604
-/// [`qpath_res`]: ../ty/struct.TypeckTables.html#method.qpath_res
+/// [`qpath_res`]: ../rustc_middle/ty/struct.TypeckTables.html#method.qpath_res
1605
#[derive(RustcEncodable, RustcDecodable, Debug, HashStable_Generic)]
1606
pub enum QPath<'hir> {
1607
/// Path to a definition, optionally "fully-qualified" with a `Self`
0 commit comments