Skip to main content

check_silent

Function check_silent 

Source
pub fn check_silent(source: &str, filename: &str) -> Result<(), Vec<Diagnostic>>
Expand description

Type-check only, without rendering diagnostics to stderr. Used by the LSP server to get structured errors.