pub fn parse_file_content<'arena>( arena: &'arena Bump, file_id: FileId, content: &str, ) -> (&'arena Program<'arena>, Option<ParseError>)