]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: macros: support `proc-macro2`, `quote` and `syn`
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 15:18:32 +0000 (16:18 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 16:15:50 +0000 (17:15 +0100)
commit52ba807f1aa6ac16289e9dc9e381475305afd685
tree66ba144f3a8fca061a2144b79863b4cd718844e0
parent737401751ace2d806de6854aee52c176141d10e2
rust: macros: support `proc-macro2`, `quote` and `syn`

One of the two main uses cases for adding `proc-macro2`, `quote` and
`syn` is the `macros` crates (and the other `pin-init`).

Thus add the support for the crates in `macros` already.

Tested-by: Jesung Yang <y.j3ms.n@gmail.com>
Link: https://patch.msgid.link/20251124151837.2184382-21-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile
scripts/generate_rust_analyzer.py