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: remove Gentoo "testing" note

Gentoo does not need the "testing" note, since its packages are recent
enough even in the stable branch [1][2].

Thus remove it to simplify the documentation.

Link: https://packages.gentoo.org/packages/dev-lang/rust [1]
Link: https://packages.gentoo.org/packages/dev-util/bindgen [2]
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Link: https://patch.msgid.link/20260405235309.418950-27-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

+2 -2
+2 -2
Documentation/rust/quick-start.rst
··· 57 57 Gentoo Linux 58 58 ************ 59 59 60 - Gentoo Linux (and especially the testing branch) provides recent Rust releases 61 - and thus it should generally work out of the box, e.g.:: 60 + Gentoo Linux provides recent Rust releases and thus it should generally work out 61 + of the box, e.g.:: 62 62 63 63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen 64 64