Skip to content

Commit

Permalink
dev-lang/rust: revbump 1.69.0, adjust component list.
Browse files Browse the repository at this point in the history
analysis is gone.
rustdoc no longer being pulled by 'rustc' component.

https://releases.rs/docs/1.69.0/#compatibility-notes

Closes: https://bugs.gentoo.org/904730
Signed-off-by: Georgy Yakovlev <[email protected]>
Thanks-to: Tee KOBAYASHI <[email protected]>
  • Loading branch information
gyakovlev committed Apr 24, 2023
1 parent 85e3eb6 commit 6d2920b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,13 @@ src_configure() {
fi
rust_targets="${rust_targets#,}"

local tools='"cargo"'
# cargo and rustdoc are mandatory and should always be included
local tools='"cargo","rustdoc"'
use clippy && tools+=',"clippy"'
use miri && tools+=',"miri"'
use profiler && tools+=',"rust-demangler"'
use rustfmt && tools+=',"rustfmt"'
use rust-analyzer && tools+=',"rust-analyzer","analysis"'
use rust-analyzer && tools+=',"rust-analyzer"'
use rust-src && tools+=',"src"'

local rust_stage0_root
Expand Down

0 comments on commit 6d2920b

Please sign in to comment.