LINUX.ORG.RU

История изменений

Исправление Einstok_Fair, (текущая версия) :

$ curl https://sh.rustup.rs -sSf | sh
info: downloading installer
error: it looks like you have an existing installation of Rust at:
error: /usr/bin
error: rustup cannot be installed alongside Rust. Please uninstall first
error: if this is what you want, restart the installation with `-y'
error: cannot install while Rust is installed

user@sabayon ~/rust $ rustc --version
rustc 1.28.0-dev
user@sabayon ~/rust $ cargo --version
cargo 1.28.0

Если удалить и поставить, то да, версии другие:

Current installation options:

   default host triple: x86_64-unknown-linux-gnu
     default toolchain: nightly
  modify PATH variable: yes

...

$ rustc --version
rustc 1.30.0-nightly (6e0f1cc15 2018-09-05)
$ cargo --version
cargo 1.29.0-nightly (0ec7281b9 2018-08-20)

Исходная версия Einstok_Fair, :

$ curl https://sh.rustup.rs -sSf | sh
info: downloading installer
error: it looks like you have an existing installation of Rust at:
error: /usr/bin
error: rustup cannot be installed alongside Rust. Please uninstall first
error: if this is what you want, restart the installation with `-y'
error: cannot install while Rust is installed

user@sabayon ~/rust $ rustc --version
rustc 1.28.0-dev
user@sabayon ~/rust $ cargo --version
cargo 1.28.0