Function cargo::ops::cargo_compile::create_bcx

source ·
pub fn create_bcx<'a, 'gctx>(
    ws: &'a Workspace<'gctx>,
    options: &'a CompileOptions,
    interner: &'a UnitInterner
) -> CargoResult<BuildContext<'a, 'gctx>>
Expand description

Prepares all required information for the actual compilation.

For how it works and what data it collects, please see the module-level documentation.