fn check_where_clauses<'tcx>(
wfcx: &WfCheckingCtxt<'_, 'tcx>,
span: Span,
def_id: LocalDefId,
)
Expand description
Checks where-clauses and inline bounds that are declared on def_id
.
fn check_where_clauses<'tcx>(
wfcx: &WfCheckingCtxt<'_, 'tcx>,
span: Span,
def_id: LocalDefId,
)
Checks where-clauses and inline bounds that are declared on def_id
.