Re: [PATCH v7 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types

From: Jesung Yang

Date: Fri May 08 2026 - 19:02:36 EST


On Fri, May 8, 2026 at 1:20 AM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
> On Thu, May 7, 2026 at 10:47 AM Jesung Yang via B4 Relay
> <devnull+y.j3ms.n.gmail.com@xxxxxxxxxx> wrote:
> >
> > @@ -415,6 +451,21 @@ class RaVersionInfo(enum.Enum):
> > date(2024, 12, 23),
> > (0, 3, 2228),
> > (1, 85, 0),
> > + RaVersionCtx(
> > + use_crate_attrs=False,
> > + manual_sysroot_crates=True,
> > + ),
> > + )
> > + # v0.3.2727, released on 2025-12-22;
> > + # v0.3.2743 is shipped with the rustup 1.94.0 toolchain.
> > + SUPPROTS_CRATE_ATTRS = (
>
> Typo here. I can fix that on apply.

Thanks. I should refine my workflow so I don't repeat these trivial
mistakes ^_^;

Best regards,
Jesung