Skip to content

Commit

Permalink
Rollup merge of rust-lang#71596 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fix broken link in `QPath` documentation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored Apr 27, 2020
2 parents e4837a5 + efb6d6c commit df54124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_hir/hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ pub enum ExprKind<'hir> {
///
/// 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)]
pub enum QPath<'hir> {
/// Path to a definition, optionally "fully-qualified" with a `Self`
Expand Down

0 comments on commit df54124

Please sign in to comment.