pub fn uppercase_and_keyword_quote_map<R: Rng + 'static>( rng: &mut R, s: Ident, ) -> Ident
Adds quotes if it contains uppercase chars.