Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/rust/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Rust 我可以每晚运行稳定的编译器吗?_Rust_Nightly Build - Fatal编程技术网

Rust 我可以每晚运行稳定的编译器吗?

Rust 我可以每晚运行稳定的编译器吗?,rust,nightly-build,Rust,Nightly Build,我在铁锈上,但我正在尝试使用火箭。我认为它在稳定的编译器上不起作用。我可以在我的系统上同时运行夜间编译器和稳定编译器吗?如果使用,可以在系统上同时运行这两个工具链。您可以使用rustup install nightly进行夜间安装,然后可以使用rustup default nightly/stable更改使用的rustc版本。您也可以使用rustup每晚运行/stable rustc作为一个版本运行rustc,而不更改默认值。我安装了每晚运行,并将其设为默认值。它现在可以工作了。谢谢我相信我看到

我在铁锈上,但我正在尝试使用火箭。我认为它在稳定的编译器上不起作用。我可以在我的系统上同时运行夜间编译器和稳定编译器吗?

如果使用,可以在系统上同时运行这两个工具链。您可以使用
rustup install nightly
进行夜间安装,然后可以使用
rustup default nightly/stable
更改使用的
rustc
版本。您也可以使用
rustup每晚运行/stable rustc
作为一个版本运行
rustc
,而不更改默认值。

我安装了每晚运行,并将其设为默认值。它现在可以工作了。谢谢我相信我看到火箭能够在1.45或1.46命中时在稳定的轨道上运行。现在使用夜间。