Files
rust/compiler/rustc_ast/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
..
2023-08-03 09:03:30 +10:00
2023-07-23 23:39:04 +02:00
2023-08-03 09:03:30 +10:00
2023-04-10 22:02:52 +02:00
2023-04-16 07:25:13 +00:00
2023-07-28 22:21:33 +02:00
2023-04-16 02:42:50 -07:00
2023-04-16 07:25:13 +00:00
2023-08-02 10:32:35 +10:00
2023-07-28 22:21:33 +02:00