Re: [PATCH v2 0/2] rust: fix rust-analyzer configuration for generated files
From: Miguel Ojeda
Date: Tue Mar 11 2025 - 19:22:32 EST
On Mon, Feb 10, 2025 at 7:04 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> The individual patches should be descriptive on their own. They are
> included in a single series because the second patch uses a function
> introduced in the first.
>
> I've confirmed this allows me to navigate to symbols defined in
> generated files as well as to the generated files themselves. I am using
> an out-of-source build.
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
Applied to `rust-fixes` -- thanks everyone!
[ Originally we were not using `OBJTREE` in the `kernel` crate, but
we did pass the variable anyway, so conceptually it could have been
there since then.
Regarding `include_dirs`, it started in `kernel` before being in
mainline because we included the bindings directly there (i.e.
there was no `bindings` crate). However, when that crate got
created, we moved the `OBJTREE` there but not the `include_dirs`.
Nowadays, though, we happen to need the `include_dirs` also in
the `kernel` crate for `generated_arch_static_branch_asm.rs` which
was not there back then -- Tamir confirms it is indeed required
for that reason. - Miguel ]
[ Slightly reworded title. - Miguel ]
[ Slightly reworded title. - Miguel ]
Cheers,
Miguel