pub fn parse_raw(src: &str) -> Result<Parsed<'_>, Vec<Diagnostic>>
Parse source code, returning a list of diagnostics on failure.