]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:58 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:24 +0000 (10:00 +0200)
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
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>
Documentation/rust/quick-start.rst

index 152289f0bed2faee0639fb8ed06f467d0405ad86..642efce04ee8ad4b1a943bab71b8666cb517577e 100644 (file)
@@ -84,7 +84,7 @@ openSUSE
 openSUSE Slowroll and openSUSE Tumbleweed provide recent Rust releases and thus
 they should generally work out of the box, e.g.::
 
-       zypper install rust rust1.79-src rust-bindgen clang
+       zypper install rust rust-src rust-bindgen clang
 
 
 Ubuntu