We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277e049 commit dcf332bCopy full SHA for dcf332b
compiler/rustc_hir_analysis/src/hir_ty_lowering/bounds.rs
@@ -703,7 +703,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
703
///
704
/// It might actually be possible that we can already support early-bound generic params
705
/// 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
+/// inside `HirTyLowerer::lower_anon_const`. However, even if that were the case, we should
707
/// probably gate this behind another feature flag.
708
709
/// [^1]: <https://github.com/rust-lang/project-const-generics/issues/28>.
0 commit comments