Searched refs:parse_rust_keyword (Results 1 – 2 of 2) sorted by relevance
71 pub(crate) fn parse_rust_keyword(word: &str) -> Option<&'static str> { in parse_rust_keyword() function76 parse_rust_keyword(ident).is_some() in is_rust_keyword()
5 use crate::gen::rust::keywords::parse_rust_keyword;28 } else if let Some(kw) = parse_rust_keyword(s) { in parse()