Trouble with first attempt to build 01_wait_forever #90
-
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!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Maybe updating rustup itself helps. Otherwise, the nuclear option is: Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
The
rust-toolchain
file uses the recently introduced toml format. It could be that yourrustup
installation is too old.Maybe updating rustup itself helps.
Otherwise, the nuclear option is:
rm -rf ~/.rustup ~/.cargo
and then follow the Readme for the "from scratch" case.Let me know if that helps.