Searched refs:TrailingComma (Results 1 – 4 of 4) sorted by relevance
66 | ErrorCode::TrailingComma in classify()232 TrailingComma, enumerator305 ErrorCode::TrailingComma => f.write_str("trailing comma"), in fmt()
983 Ok(Some(b']')) => Err(self.peek_error(ErrorCode::TrailingComma)), in end_seq()998 Some(b',') => Err(self.peek_error(ErrorCode::TrailingComma)), in end_map()1924 Some(b']') => Err(self.de.peek_error(ErrorCode::TrailingComma)), in next_element_seed()1972 Some(b'}') => Err(self.de.peek_error(ErrorCode::TrailingComma)), in next_key_seed()
242 TEST_F(SortImportsTestJS, TrailingComma) { in TEST_F() argument
260 TEST_F(SortImportsTestJS, TrailingComma) { in TEST_F() argument