Files
rust/compiler
Matthias Krüger c0ac5d84a0 Rollup merge of #123632 - ohno418:fix-UnmatchedDelim-visibility, r=compiler-errors
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 22:06:24 +02:00
..
2024-04-08 11:54:22 +00:00
2024-03-30 17:39:43 +03:00
2024-04-08 11:57:17 +00:00