pub fn compile_with_driver<D>(
source_file: &Path,
source_text: &str,
driver: &mut D,
) -> Result<(), CompileError<D::Error>>where
D: Driver,Expand description
Compile a native source file through the full pipeline using driver hooks.