Skip to content

Commit

Permalink
Remove broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Aug 16, 2024
1 parent ef33827 commit c2f36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_resolve/src/def_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct DefCollector<'a, 'b, 'tcx> {
/// the anon const. That's because we lower some anon consts into `hir::ConstArgKind::Path`,
/// which don't have defs.
///
/// See [`Self::visit_anon_const`].
/// See `Self::visit_anon_const()`.
pending_anon_const_info: Option<PendingAnonConstInfo>,
impl_trait_context: ImplTraitContext,
in_attr: bool,
Expand Down

0 comments on commit c2f36f4

Please sign in to comment.