rust/compiler/rustc_parse
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
..
src parser: reduce visibility of unnecessary public UnmatchedDelim 2024-04-08 23:55:48 +09:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
messages.ftl Implement mut ref/mut ref mut 2024-03-27 09:53:23 -04:00