Home
last modified time | relevance | path

Searched refs:parse_keyword (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/proc-macro-hack/src/
Dparse.rs109 fn parse_keyword(tokens: Iter, kw: &'static str) -> Result<(), Error> { in parse_keyword() function
222 parse_keyword(tokens, "enum")?; in parse_enum_hack()
248 parse_keyword(attr, "derive")?; in parse_fake_call_site()