pub fn unexpected_identifier(
    expected: Vec<String>,
    found: String,
    span: Span
) -> ParseError