Hi everybody .
I want to run a some rocket code , but stdout say something strange ,could you help me please .
➜ carokia git:(master) ✗ cargo run
error: 'cargo' is not installed for the toolchain 'nightly-x86_64-apple-darwin'
To install, run rustup component add cargo --toolchain nightly-x86_64-apple-darwin
➜ carokia git:(master) ✗ rustup component add cargo --toolchain nightly-x86_64-apple-darwin
info: component 'cargo' for target 'x86_64-apple-darwin' is up to date
➜ carokia git:(master) ✗ cargo run
error: 'cargo' is not installed for the toolchain 'nightly-x86_64-apple-darwin'
To install, run rustup component add cargo --toolchain nightly-x86_64-apple-darwin