-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Would not install on a Raspberry 3B+ #3682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ideally it should be reported in rust repository. Clippy successfully cross compiles to ARM and AARCH64 targets on my PC so the issue must be somewhere in the build process. |
Filed rust-lang/rust#57812 |
Once rust-lang/rust#57953 is merged it will be fixed for nightly, it may take up to 12 weeks before it lands in stable. |
Thank you very much for taking great care of this issue |
The PR was merged, once clippy and rls are fixed they will be available on aarch64 and arm nightly channel. |
I can install rustup, use cargo and rustfmt on my Raspberry PI. It's nice to be able to learn Rust on a platform made to learn computing.
Now clippy is described by the community, and official blogs, as an experienced Rustacean helping you write more idiomatic rust code. It would be nice to be able to use it on a PI.
The text was updated successfully, but these errors were encountered: