compile_with

Function compile_with 

Source
pub fn compile_with(
    file: FileId,
    name: &str,
    src: &str,
    lock: Option<&Lock>,
    diags: &mut Diagnostics,
) -> Option<Placed>
Expand description

The same, against a previously solved placement — §3.4’s stability guardrail.