Function cargo::ops::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.