rust/compiler/rustc_parse/src
Nicholas Nethercote d75ee2a6bc Remove MacDelimiter.
It's the same as `Delimiter`, minus the `Invisible` variant. I'm
generally in favour of using types to make impossible states
unrepresentable, but this one feels very low-value, and the conversions
between the two types are annoying and confusing.

Look at the change in `src/tools/rustfmt/src/expr.rs` for an example:
the old code converted from `MacDelimiter` to `Delimiter` and back
again, for no good reason. This suggests the author was confused about
the types.
2023-08-03 09:03:30 +10:00
..
lexer inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
parser Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
errors.rs Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors 2023-07-29 16:45:29 +00:00
lib.rs Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov 2023-08-01 21:27:48 +00:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00