rustc_parse::lexer::diagnostics

Function report_missing_open_delim

source
fn report_missing_open_delim(
    err: &mut Diag<'_>,
    unmatched_delims: &[UnmatchedDelim],
) -> bool