Skip to content

Commit c2f36f4

Browse files
committed
Remove broken link
1 parent ef33827 commit c2f36f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_resolve/src/def_collector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct DefCollector<'a, 'b, 'tcx> {
4040
/// the anon const. That's because we lower some anon consts into `hir::ConstArgKind::Path`,
4141
/// which don't have defs.
4242
///
43-
/// See [`Self::visit_anon_const`].
43+
/// See `Self::visit_anon_const()`.
4444
pending_anon_const_info: Option<PendingAnonConstInfo>,
4545
impl_trait_context: ImplTraitContext,
4646
in_attr: bool,

0 commit comments

Comments
 (0)