Module rustc_lexer::unescape

source ·
Expand description

Utilities for validating string and char literals and turning them into values they represent.

Enums

  • A unit within CStr. Must not be a nul character.
  • Errors and warnings that can occur during string unescaping.
  • What kind of literal do we parse.

Functions