pub(crate) fn could_be_unclosed_char_literal(ident: Ident) -> bool
Could this lifetime/label be an unclosed char literal? For example, 'a could be, but 'abc could not.
'a
'abc