Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kbuild: rust-analyzer: improve comment documentation

Replace the cryptic phrase ("IDE support targets") that initially
appears to be about how to support old hard drives, with a few sentences
that explain what "make rust-analyzer" provides.

Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: Finn Behrens <me@kloenk.dev>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20240628004356.1384486-3-jhubbard@nvidia.com
[ Reworded title. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

authored by

John Hubbard and committed by
Miguel Ojeda
5045b460 6dc9d9ca

+3 -1
+3 -1
Makefile
··· 1966 1966 tags TAGS cscope gtags: FORCE 1967 1967 $(call cmd,tags) 1968 1968 1969 - # IDE support targets 1969 + # Generate rust-project.json (a file that describes the structure of non-Cargo 1970 + # Rust projects) for rust-analyzer (an implementation of the Language Server 1971 + # Protocol). 1970 1972 PHONY += rust-analyzer 1971 1973 rust-analyzer: 1972 1974 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh