rust heading towards msp430

rust installation and testing for msp430
session in studio today by oreilly
So execute the following

rustup default nightly
rustup update

I had some recent success with MSP430 with 'Arduino like' IDE.

rustc --emit llvm-bc src/main.rs -o bin/rust-blink.ll