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.

docs: rust: quick-start: openSUSE provides `rust-src` package nowadays

Both openSUSE Tumbleweed and Slowroll provide the `rust-src` package
nowadays [1].

Thus remove the version-specific one from the Quick Start guide.

Link: https://software.opensuse.org/package/rust-src?search_term=rust-src [1]
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Link: https://patch.msgid.link/20260405235309.418950-23-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

+1 -1
+1 -1
Documentation/rust/quick-start.rst
··· 84 84 openSUSE Slowroll and openSUSE Tumbleweed provide recent Rust releases and thus 85 85 they should generally work out of the box, e.g.:: 86 86 87 - zypper install rust rust1.79-src rust-bindgen clang 87 + zypper install rust rust-src rust-bindgen clang 88 88 89 89 90 90 Ubuntu