We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49f388 commit 6515371Copy full SHA for 6515371
src/librustc/hir/mod.rs
@@ -1698,6 +1698,10 @@ pub enum ExprKind {
1698
}
1699
1700
/// Represents an optionally `Self`-qualified value/type path or associated extension.
1701
+///
1702
+/// To resolve the path to a `DefId`, call [`qpath_res`].
1703
1704
+/// [`qpath_res`]: ty/struct.TypeckTables.html#method.qpath_res
1705
#[derive(RustcEncodable, RustcDecodable, Debug, HashStable)]
1706
pub enum QPath {
1707
/// Path to a definition, optionally "fully-qualified" with a `Self`
0 commit comments