pub(crate) fn check_crate(tcx: TyCtxt<'_>, items: &mut LanguageItems)Expand description
Checks the crate for usage of weak lang items. Erroring on all the lang items required by this crate, but not defined yet.
pub(crate) fn check_crate(tcx: TyCtxt<'_>, items: &mut LanguageItems)Checks the crate for usage of weak lang items. Erroring on all the lang items required by this crate, but not defined yet.