Re: [PATCH v2 1/2] rust: support overriding crate_name
From: Tamir Duberstein
Date: Tue Mar 10 2026 - 15:39:42 EST
On Tue, Mar 10, 2026 at 3:13 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Tue, Mar 10, 2026 at 4:45 PM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
> >
> > Did you want me to take this part through rust-analyzer-next? There's a
> > significant rewrite there that adds type annotations to this file, so it
> > would be better if this patch could apply on top (with annotations).
>
> We should ideally avoid breaking it between commits, so we could apply
> it after I merge your future PR, with your Acked-by. Another way is
> next cycle, through rust-analyzer-next.
The change to `generate_rust_analyzer.py` is safe to land even without
the other changes in this series, so it should be possible to take
that through rust-analyzer-next this cycle and then take the other
changes in this series after my PR. Do I understand correctly?