Rust 1.21.0 发布了。Rust 是一门由 Mozilla 开发的专注于安全性,速度和并发性的系统编程语言。 新功能介绍: 现在可以使用文字的静态引用: fn main() { let x: &'static u32 = &0; } 宽松的路径语法:Optional :: before < is now allowed in all contexts. my_macro!(Vec<i32>::new); // Always worked my_macro!(Vec::<i32>::new); // Now works 编译器: Upgraded jemalloc to 4.5.0 Enabled unwinding panics on Redox Now runs LLVM in parallel during translation phase. 详情请查看发布主页。 Rust 1.21.0 发布,Mozilla 开发的系统编程语言下载地址