rustc_passes::dead

Function check_foreign_item

Source
fn check_foreign_item(
    tcx: TyCtxt<'_>,
    worklist: &mut Vec<(LocalDefId, ComesFromAllowExpect)>,
    id: ForeignItemId,
)