Searched refs:first_stream_error (Results 1 – 1 of 1) sorted by relevance
440 let mut first_stream_error = None; in parse_partial() localVariable483 if first_stream_error.is_none() { in parse_partial()484 first_stream_error = Some((first_error, input.distance(&before))); in parse_partial()492 let (first_error, first_error_distance) = first_stream_error.unwrap(); in parse_partial()