We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
QPath
1 parent 7f3b3df commit efb6d6cCopy full SHA for efb6d6c
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