[ SOLVED ] Arch Linux error: no default toolchain configured

This error is caused due to a bad rustup installation, possible caused by a network error in the installation.

To fix it type:



rustup install stable
rustup default stable 

Hope it helped

1 comment:

  1. Thank you! Was having trouble with spotify-tui and this worked! +1

    ReplyDelete