pub fn try_consume_quoted_literal(lexer: &mut Lexer) -> Option<Token>
Available on crate feature
lexer
only.Expand description
Attempt to parse a quoted literal. This includes TokenTy::StringLiteral, TokenTy::CharLiteral, and TokenTy::FormatStringLiteral.