pub fn record_provides_clause_ref(
name: &Ident,
cross_context: &CrossContextInfo,
refs: &mut RefSink,
)Expand description
v0.35 (ADR 0068): the Cap of a provides Cap = Provider clause — a
capability reference and an implementation edge (the ambient owner is the
provider). Flagged so assembly can tell it apart from the provider’s own
given deps, which are capability refs owned by the same provider.