pub fn emit_program_with_function_lines(
program: &MirProgram,
source_file: &Path,
function_lines: &BTreeMap<String, usize>,
) -> Result<String, CodegenError>Expand description
Emit Rust source for a MIR program with source location metadata.