Rust 程序设计语言 简体中文版 1.85.0reference `&{integer}` note: method defined here --> /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/ cmp.rs:964:8 For more information about this error, try `rustc --explain E0308`. 31/562Rust --> /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/ option.rs:572:1 ::: /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/ option.rs:576:5 | = note: not covered 都是二进制 crate。 库 crate(Library crates)并没有 main 函数,它们也不会编译为可执行程序。相反它们定义 了可供多个项目复用的功能模块。比如 第二章 的 rand crate 就提供了生成随机数的功能。大 多数时间 Rustaceans 说的 “crate” 指的都是库 crate,这与其他编程语言中 “library” 概念一 致。 crate root 是一个源文件,Rust0 码力 | 562 页 | 3.23 MB | 24 天前3
共 1 条
- 1













