vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

spurious error when selecting default toolchain #71

Open lilith opened 7 years ago

lilith commented 7 years ago

If a toolchain is already the default, selecting it in Tokomak causes the following error:

info: syncing channel updates for 'nightly-2017-03-01-x86_64-unknown-linux-gnu '
error: target not found: 'x86_64-unknown-linux-gnu '

The work-around is to pick a different toolchain, then go back to the one you want.

This is only necessary during initial install.