rustc_hir_analysis::check::wfcheck

Function check_foreign_item

Source
fn check_foreign_item<'tcx>(
    tcx: TyCtxt<'tcx>,
    item: &'tcx ForeignItem<'tcx>,
) -> Result<(), ErrorGuaranteed>