Searched refs:span_of_unexpected_ignoring_nones (Results 1 – 1 of 1) sorted by relevance
268 if let Some((unexpected_span, delimiter)) = span_of_unexpected_ignoring_nones(self.cursor()) in drop()447 fn span_of_unexpected_ignoring_nones(mut cursor: Cursor) -> Option<(Span, Delimiter)> { in span_of_unexpected_ignoring_nones() function452 if let Some(unexpected) = span_of_unexpected_ignoring_nones(inner) { in span_of_unexpected_ignoring_nones()1300 span_of_unexpected_ignoring_nones(state.cursor()) in parse2()1316 span_of_unexpected_ignoring_nones(state.cursor()) in __parse_scoped()