Fix broken intra-doc link

This commit is contained in:
Boxy 2024-11-19 06:06:47 +00:00
parent 59e339f766
commit 473b5d5290

View File

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