You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
It already works for normal compilation, but after Rust-GPU/rust-gpu#505 I'd like to see a similar feature being implemented for clippy since right now it fails something like this:
error: 'cargo-clippy' is not installed for the toolchain 'nightly-2025-06-30-aarch64-apple-darwin'.
To install, run rustup component add --toolchain nightly-2025-06-30-aarch64-apple-darwin clippy
Error: BuildFailed
It already works for normal compilation, but after Rust-GPU/rust-gpu#505 I'd like to see a similar feature being implemented for clippy since right now it fails something like this: