Function cargo::ops::compile_ws

source ·
pub fn compile_ws<'a>(
    ws: &Workspace<'a>,
    options: &CompileOptions,
    exec: &Arc<dyn Executor>
) -> CargoResult<Compilation<'a>>
Expand description

Like compile_with_exec but without warnings from manifest parsing.