Function rustc_hir_analysis::check::wfcheck::check_where_clauses
source ยท 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
.