Function rustc_mir::build::construct_fn [−][src]
fn construct_fn<'a, 'gcx, 'tcx, A>(
hir: Cx<'a, 'gcx, 'tcx>,
fn_id: NodeId,
arguments: A,
safety: Safety,
abi: Abi,
return_ty: Ty<'gcx>,
yield_ty: Option<Ty<'gcx>>,
body: &'gcx Body
) -> Mir<'tcx> where
A: Iterator<Item = ArgInfo<'gcx>>,
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?