Function tvix_eval::errors::spans_for_parse_errors
source ยท fn spans_for_parse_errors(file: &File, errors: &[ParseError]) -> Vec<SpanLabel>
Expand description
Process a list of parse errors into a set of span labels, annotating parse errors.