rustc_parse::parser

Function make_unclosed_delims_error

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