Function pest_meta::validator::validate_rust_keywords

source ยท
pub fn validate_rust_keywords(definitions: &Vec<Span<'_>>) -> Vec<Error<Rule>>
๐Ÿ‘ŽDeprecated: Rust keywords are no longer restricted from the pest grammar
Expand description

Validates that the given definitions do not contain any Rust keywords.