Function cargo::ops::create_bcx
source · pub fn create_bcx<'a, 'cfg>(
ws: &'a Workspace<'cfg>,
options: &'a CompileOptions,
interner: &'a UnitInterner
) -> CargoResult<BuildContext<'a, 'cfg>>
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.