# 安装
rustup install nightly

# 设为default
rustup default nightly

# 查看版本
rustc --version