Skip to content

Commit dcf332b

Browse files
camelidBoxyUwU
authored andcommitted
Fix broken intra-doc link
1 parent 277e049 commit dcf332b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/hir_ty_lowering/bounds.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
703703
///
704704
/// It might actually be possible that we can already support early-bound generic params
705705
/// in such types if we just lifted some more checks in other places, too, for example
706-
/// inside [`ty::Const::from_anon_const`]. However, even if that were the case, we should
706+
/// inside `HirTyLowerer::lower_anon_const`. However, even if that were the case, we should
707707
/// probably gate this behind another feature flag.
708708
///
709709
/// [^1]: <https://github.com/rust-lang/project-const-generics/issues/28>.

0 commit comments

Comments
 (0)