We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef33827 commit c2f36f4Copy full SHA for c2f36f4
compiler/rustc_resolve/src/def_collector.rs
@@ -40,7 +40,7 @@ struct DefCollector<'a, 'b, 'tcx> {
40
/// the anon const. That's because we lower some anon consts into `hir::ConstArgKind::Path`,
41
/// which don't have defs.
42
///
43
- /// See [`Self::visit_anon_const`].
+ /// See `Self::visit_anon_const()`.
44
pending_anon_const_info: Option<PendingAnonConstInfo>,
45
impl_trait_context: ImplTraitContext,
46
in_attr: bool,
0 commit comments