compile_multi_file

Function compile_multi_file 

Source
pub fn compile_multi_file(
    sources: &[(&str, &str)],
    options: &CompileOptions,
) -> Result<CompileOutput, Vec<Diagnostic>>
Expand description

Compile multiple source files together (multi-file compilation).

This resolves cross-module references and produces a single MIR context. Used by the bootstrap compiler path and for project-level compilation.