logo
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.