Function rustc_codegen_ssa::base::maybe_create_entry_wrapper

source ยท
pub fn maybe_create_entry_wrapper<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
    cx: &'a Bx::CodegenCx,
) -> Option<Bx::Function>
Expand description

Creates the main function which will initialize the rust runtime and call users main function.