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
If you install rust and cargo through apk, you wont be able to run any programs written in rust (if you run cargo run, it will output Invalid instruction)
Steps to reproduce:
apk add cargo
cargo new test
cd test
cargo run
The text was updated successfully, but these errors were encountered:
If you install rust and cargo through apk, you wont be able to run any programs written in rust (if you run cargo run, it will output Invalid instruction)
Steps to reproduce:
The text was updated successfully, but these errors were encountered: