pub fn validate_undefined<'i>(
    definitions: &Vec<Span<'i>>,
    called_rules: &Vec<Span<'i>>,
    builtins: &HashSet<&str>
) -> Vec<Error<Rule>>