все пашет, по виндой python x.py clippy
error: `x.py clippy` requires a host `rustc` toolchain with the `clippy` component
а че за x.py?
тебе установленный клиппи сойдёт?
rustup component add clippy
бутстрап косой какой-то, хотя наверно никто под виндой особо и не компиляет
Да все стоит
Тогда глянь в питонокоде где проверка
# Enable a build of the extended Rust tool set which is not only the compiler # but also tools such as Cargo. This will also produce "combined installers" # which are used to install Rust and Cargo together. This is disabled by # default. The `tools` option (immediately below) specifies which tools should # be built if `extended = true`. #extended = false # Installs chosen set of extended tools if `extended = true`. By default builds # all extended tools except `rust-demangler`, unless the target is also being # built with `profiler = true`. If chosen tool failed to build the installation # fails. If `extended = false`, this option is ignored. #tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"] # + "rust-demangler" if `profiler`
Там не в питоне ошибка вылезает, а в раст коде.
Да мне хостового хватает
пропиши build.cargo build.rustc и build.rustfmt свои
по-умолчанию x.py использует stage0 компилятор, который качает из интернетов
да, но x.py clippy с почти дефолтным config.toml под линуксом вполне себе использует хостовый clippy
если верить выхлопу ps
Обсуждают сегодня