pub fn validate_rust_keywords<'i>( definitions: &Vec<Span<'i>>, rust_keywords: &HashSet<&str>) -> Vec<Error<Rule>>