pub fn split_chumsky_errors<'a>(
errors: impl IntoIterator<Item = Rich<'a, char>>,
had_output: bool,
) -> (Vec<Warning<'a>>, Vec<Recovered<'a>>, Vec<Error<'a>>)Available on crate feature
bmson only.Expand description
Split chumsky Rich<char> errors into Warning, Recovered, and Error buckets.