Function rustc_passes::dead::check_foreign_item

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