摘要: 新建一个rust程序 main.rs ,内容如下: fn main() { println!("hello,world!"); } 命令行运行 rustc main.rs 报错如下: > rustc .\main.rs error: linker `link.exe` not found | = n 阅读全文
posted @ 2020-06-22 23:15 fifolilo 阅读(3399) 评论(0) 推荐(0) 编辑
摘要: 下载rustup安装rust和cargo总是失败。 上网搜了一下,找到了rust的离线安装方法: 进入 rust 官网的 other installation methods 然后选择系统对应的版本,因为我的系统是win10 64位的同时我的电脑上安装了VS C++的一些组件,所以选择的版本是 x8 阅读全文
posted @ 2020-06-22 15:54 fifolilo 阅读(3734) 评论(0) 推荐(0) 编辑