美文网首页
Can not attach stdlib sources au

Can not attach stdlib sources au

作者: 隔壁王二叔 | 来源:发表于2018-04-19 15:50 被阅读192次

    在用 Pycharm 和 Clion 安装 Rust 插件的时候,出现了一个警告:Can not attach stdlib sources automatically without rustup。

    出现这个问题的时候,主要是没有配置rust 标准库。解决方法如下:

    1. 先去下载rust标准库: git clone --depth 1 https://github.com/rust-lang/rust.  克隆到 /opt目录下。不翻墙的花速度会慢一些

    2. 打开 IDE 的 File-->setting 在搜索栏里 输入rust, 在Languages&Frameworks下方有个Rust,点击之后,在右侧 Standard library 的路径里 填入步骤一下载的标准库的路径 /opt/rust 即可。

    rust插件安装后配置

    相关文章

      网友评论

          本文标题:Can not attach stdlib sources au

          本文链接:https://www.haomeiwen.com/subject/zmmwkftx.html