avr-rust / book.avr-rust.com

The AVR-Rust guidebook
https://book.avr-rust.com/
Other
73 stars 19 forks source link

Add command to install the nightly toolchain #23

Closed gabrielgrant closed 3 years ago

gabrielgrant commented 3 years ago

Existing command to add component fails if nightly isn't already installed:

$ rustup component add rust-src --toolchain nightly
error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed 
dylanmckay commented 3 years ago

Thanks!