Skip to main content

start_async_codegen

Function start_async_codegen 

Source
pub(crate) fn start_async_codegen<B: ExtraBackendMethods>(
    backend: B,
    tcx: TyCtxt<'_>,
    crate_info: &CrateInfo,
    allocator_module: Option<ModuleCodegen<B::Module>>,
) -> OngoingCodegen<B>