Function rustc_parse::parser::expr::could_be_unclosed_char_literal
source ยท pub(crate) fn could_be_unclosed_char_literal(ident: Ident) -> bool
Expand description
Could this lifetime/label be an unclosed char literal? For example, 'a
could be, but 'abc
could not.