pub fn parse2<'s>( src: &'s str, path: Option<&Path>, ) -> Result<Parsed<'s>, FormatterError>
Parse source code with a path for diagnostics.