Searched refs:IncorrectInput (Results 1 – 2 of 2) sorted by relevance
20 IncorrectInput, // TODO: something better than this enumerator39 LexerError::IncorrectInput => write!(f, "Incorrect input"), in fmt()492 '\n' | '\0' => Err(LexerError::IncorrectInput), in next_byte_value()544 None => return Err(LexerError::IncorrectInput), in next_str_lit_raw()662 Err(LexerError::IncorrectInput) in next_token_inner()
38 _ => Err(LexerError::IncorrectInput), in to_num_lit()