We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
查看可用的最新的 nightly 版本:https://rust-lang.github.io/rustup-components-history/index.html
$ rustup component add rust-src --toolchain nightly-2019-04-21-x86_64-apple-darwin $ rustup component add rust-analysis --toolchain nightly-2019-04-21-x86_64-apple-darwin $ rustup component add rls --toolchain nightly-2019-04-21-x86_64-apple-darwin $ rustup component add rustfmt --toolchain nightly-2019-04-21-x86_64-apple-darwin
我安装好之后,但是我的项目 guessing_game 中的 rand 相关库还是无法点击跳转呢?
原因是因为我的 toml 里面的 rand 版本设置为 0.3.23,只需要将 toml 里面的 rand 依赖版本改成0.4.0 就可以点击跳转了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
解决办法
我安装好之后,但是我的项目 guessing_game 中的 rand 相关库还是无法点击跳转呢?
原因是因为我的 toml 里面的 rand 版本设置为 0.3.23,只需要将 toml 里面的 rand 依赖版本改成0.4.0 就可以点击跳转了。
The text was updated successfully, but these errors were encountered: