Release of Rust 1.38 Stable Version

Release of Rust 1.38 Stable Version

Rust 1.38 has been released, and the contents of the stable version 1.38.0 are as follows: Pipelined Compilation If you want to compile a crate, the compiler does not need to fully build dependencies; it only requires their “metadata” (i.e., types, dependencies, exported lists), which is generated early in the compilation process. Starting from Rust … Read more