Skip to main content

compile_with_warnings

Function compile_with_warnings 

Source
pub fn compile_with_warnings(
    source: &str,
    _filename: &str,
) -> Result<Compiled, Vec<CompileError>>