pub fn intrinsic_raw(
    tcx: TyCtxt<'_>,
    def_id: LocalDefId
) -> Option<IntrinsicDef>
Expand description

Determines whether an item is an intrinsic (which may be via Abi or via the rustc_intrinsic attribute)