pub fn report_missing_open_delim(
    err: &mut Diagnostic,
    unmatched_delims: &[UnmatchedDelim]
) -> bool