Rollup merge of #71596 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Fix broken link in `QPath` documentation r? @Dylan-DPC
This commit is contained in:
commit
c1c46c751c
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ pub enum ExprKind<'hir> {
|
||||||
///
|
///
|
||||||
/// To resolve the path to a `DefId`, call [`qpath_res`].
|
/// To resolve the path to a `DefId`, call [`qpath_res`].
|
||||||
///
|
///
|
||||||
/// [`qpath_res`]: ../ty/struct.TypeckTables.html#method.qpath_res
|
/// [`qpath_res`]: ../rustc_middle/ty/struct.TypeckTables.html#method.qpath_res
|
||||||
#[derive(RustcEncodable, RustcDecodable, Debug, HashStable_Generic)]
|
#[derive(RustcEncodable, RustcDecodable, Debug, HashStable_Generic)]
|
||||||
pub enum QPath<'hir> {
|
pub enum QPath<'hir> {
|
||||||
/// Path to a definition, optionally "fully-qualified" with a `Self`
|
/// Path to a definition, optionally "fully-qualified" with a `Self`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue