Trouble with first attempt to build 01_wait_forever #90
Answered
by
andre-richter
humbleaudio
asked this question in
Tutorial Questions
|
Hi folks, I'm just getting started with the tutorial, and running into a snag. I'm on Mac OS 11, and I think I got all the steps from the "tl;dr Version" (AKA setup your environment) done properly but I may be wrong there. Now, I'm running into this error. Google isn't turning up any apparently way forward. Appreciate any help! |
Answered by
andre-richter
Dec 23, 2020
Replies: 1 comment 1 reply
|
The Maybe updating rustup itself helps. Otherwise, the nuclear option is: Let me know if that helps. |
1 reply
Answer selected by
andre-richter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
rust-toolchainfile uses the recently introduced toml format. It could be that yourrustupinstallation is too old.Maybe updating rustup itself helps.
Otherwise, the nuclear option is:
rm -rf ~/.rustup ~/.cargoand then follow the Readme for the "from scratch" case.Let me know if that helps.