rust/compiler/rustc_expand
Nicholas Nethercote a8e862cb7d Avoid producing NoDelim values in Frame.
The code currently ignores the actual delimiter on the RHS and fakes up
a `NoDelim`/`DelimSpan::dummy()` one. This commit changes it to use the
actual delimiter.

The commit also reorders the fields for the `Delimited` variant to match
the `Sequence` variant.
2022-04-27 08:25:22 +10:00
..
src Avoid producing NoDelim values in Frame. 2022-04-27 08:25:22 +10:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00