Function rustc_parse::parser::make_unclosed_delims_error

source ยท
pub(crate) fn make_unclosed_delims_error(
    unmatched: UnmatchedDelim,
    psess: &ParseSess,
) -> Option<Diag<'_>>