]> git.ipfire.org Git - thirdparty/linux.git/commit
scripts: generate_rust_analyzer: compile quote with correct edition
authorTamir Duberstein <tamird@gmail.com>
Thu, 15 Jan 2026 16:45:59 +0000 (11:45 -0500)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 Jan 2026 19:26:29 +0000 (20:26 +0100)
commitbc83834c157676e7cca62b876b5e3da1bee06285
tree26ccabb6e3ac909e12f6047ea1276cdb77de2b89
parent3a50257e560043bf8968f807af65f32c98d7dbf9
scripts: generate_rust_analyzer: compile quote with correct edition

Our copy of the quote crate uses edition 2018, thus generate the correct
rust-analyzer configuration for it.

Fixes: 88de91cc1ce7 ("rust: quote: enable support in kbuild")
Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: Jesung Yang <y.j3ms.n@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260115-rust-analyzer-quote-edition-v1-1-d492f880dde4@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/generate_rust_analyzer.py