Function rustc_hir_analysis::check::fn_maybe_err
source · pub fn fn_maybe_err(tcx: TyCtxt<'_>, sp: Span, abi: Abi)
Expand description
Forbid defining intrinsics in Rust code, as they must always be defined by the compiler.
pub fn fn_maybe_err(tcx: TyCtxt<'_>, sp: Span, abi: Abi)
Forbid defining intrinsics in Rust code, as they must always be defined by the compiler.