Error
Fields of this type
Fields
- invalid_escape_character:usize
- The character after backslash is missing or not recognized.
- expected_hex_digit:usize
- Expected hex digit at this index.
- empty_unicode_escape_sequence:usize
- Unicode escape sequence had no digits with rbrace at this index.
- expected_hex_digit_or_rbrace:usize
- Expected hex digit or '}' at this index.
- invalid_unicode_codepoint:usize
- Invalid unicode codepoint at this index.
- expected_lbrace:usize
- Expected '{' at this index.
- expected_rbrace:usize
- Expected '}' at this index.
- expected_single_quote:usize
- Expected '\'' at this index.
- invalid_character:usize
- The character at this index cannot be represented without an escape sequence.
- empty_char_literal:empty_char_literal
- `''`.
Functions in this namespace