Skip to content

Commit 473b5d5

Browse files
committed
Fix broken intra-doc link
1 parent 59e339f commit 473b5d5

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_analysis/src/hir_ty_lowering

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl AssocItemQSelf {
221221
/// through const generics need to have their type "fed" to them
222222
/// using the query system.
223223
///
224-
/// Use this enum with [`Const::from_const_arg`] to instruct it with the
224+
/// Use this enum with `<dyn HirTyLowerer>::lower_const_arg` to instruct it with the
225225
/// desired behavior.
226226
#[derive(Debug, Clone, Copy)]
227227
pub enum FeedConstTy {

0 commit comments

Comments
 (0)