rust/compiler/rustc_parse/src/lexer
Yutaro Ohno 3a0d8d8afc parser: reduce visibility of unnecessary public UnmatchedDelim
`lexer::UnmatchedDelim` struct in `rustc_parse` is unnecessary public
outside of the crate. This commit reduces the visibility to
`pub(crate)`.

Beside, this removes unnecessary field `expected_delim` that causes
warnings after changing the visibility.
2024-04-08 23:55:48 +09:00
..
diagnostics.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
mod.rs parser: reduce visibility of unnecessary public UnmatchedDelim 2024-04-08 23:55:48 +09:00
tokentrees.rs parser: reduce visibility of unnecessary public UnmatchedDelim 2024-04-08 23:55:48 +09:00
unescape_error_reporting.rs fix rustdoc test 2024-03-17 23:46:39 +00:00
unicode_chars.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00