Function move_lang::command_line::compiler::construct_pre_compiled_lib
source · pub fn construct_pre_compiled_lib(
deps: &[String],
interface_files_dir_opt: Option<String>,
flags: Flags,
named_address_values: BTreeMap<String, AddressBytes>
) -> Result<Result<FullyCompiledProgram, (FilesSourceText, Diagnostics)>>
Expand description
Given a set of dependencies, precompile them and save the ASTs so that they can be used again to compile against without having to recompile these dependencies