rust出现循环Trait
我在写简单的类lisp解释器,在编写enviroment模块时需要一个结构储存所有内建函数的结构,以便查找调用。我的代码是这样的: #[derive(Debug)] pub e…
入坑 Rust-lang 程序 error: could not exec the linker `link.exe`:
安装 Rust-lang 下载地址 找到 Windows (MSVC ABI †) (.msi) 下载 一步步安装 Hello word 创建 main.rs fn main() { println!("Hello, world!") } …
关于rust的fs标准库导入和引用
各位学习rust的朋友,我在按照官方的文档试rust的标准fs库时遇到下面的问题: rust 1.4.0 stable win7 64位 尝试fs库的时候,如下代码编译报错 use s…