]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts: generate_rust_analyzer: Add pin_init_internal deps
authorTamir Duberstein <tamird@kernel.org>
Wed, 23 Jul 2025 15:39:42 +0000 (11:39 -0400)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 14 Jan 2026 18:53:02 +0000 (19:53 +0100)
commit74e15ac34b098934895fd27655d098971d2b43d9
tree3fe098a5316229e7e2a741cac634c9a8b35c37e1
parent98dcca855343512a99432224447f07c5988753ad
scripts: generate_rust_analyzer: Add pin_init_internal deps

Commit d7659acca7a3 ("rust: add pin-init crate build infrastructure")
did not add dependencies to `pin_init_internal`, resulting in broken
navigation. Thus add them now.

[ Tamir elaborates:

  "before this series, go-to-symbol from pin_init_internal to e.g.
   proc_macro::TokenStream doesn't work."

     - Miguel ]

Signed-off-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Jesung Yang <y.j3ms.n@gmail.com>
Acked-by: Benno Lossin <lossin@kernel.org>
Fixes: d7659acca7a3 ("rust: add pin-init crate build infrastructure")
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20250723-rust-analyzer-pin-init-v1-3-3c6956173c78@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/generate_rust_analyzer.py