Re: [PATCH v2 00/20] `syn` support

From: Miguel Ojeda
Date: Mon Nov 24 2025 - 11:24:05 EST


On Mon, Nov 24, 2025 at 4:19 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> This patch series introduces support for `syn` (and its dependencies):
>
> Syn is a parsing library for parsing a stream of Rust tokens into a
> syntax tree of Rust source code.
>
> Currently this library is geared toward use in Rust procedural
> macros, but contains some APIs that may be useful more generally.

Applied to `rust-next` -- thanks everyone!

I mostly sent this to show how it will look like and because I will
use the expanded cover letter as a merge commit to keep it around,
since it has now even more context, and it is a nice approach for a
long series like this.

Cheers,
Miguel