Home
last modified time | relevance | path

Searched refs:first_stream_error (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Drange.rs440 let mut first_stream_error = None; in parse_partial() localVariable
483 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()