Fix x.py clippy
to be less janky
#95988
Labels
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I hacked this together when I implemented it originally (#77351) and it breaks quite frequently because it uses the host toolchain instead of being managed by bootstrap.
I think ideally the fix would look something like:
bootstrap.py
(look foradd_component
)build
andcheck
.todo!()
for stages other than 0, or buildtool::Clippy
in-tree before running them, rather than the host clippy.Originally posted by @jyn514 in #95766 (comment)
The text was updated successfully, but these errors were encountered: