Skip to content

Commit

Permalink
Fix broken intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Nov 19, 2024
1 parent 59e339f commit 473b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 473b5d5

Please sign in to comment.