Rust 1.91 promotes Windows on Arm64 to Tier 1 target
Briefly

Rust 1.91 promotes Windows on Arm64 to Tier 1 target
"Also in Rust 1.91, the team has added a warn-by-default lint on raw pointers to local variables being returned from functions. Although Rust's borrow checking prevents dangling references from being returned, it does not track raw pointers. Rust 1.91 also stabilizes 60 APIs and makes seven previously stable APIs stable in const contexts. The release also stabilizes the build.build-dir config of the Cargo package manager. This config sets the directory where intermediate build artifacts are stored,"
"Rust 1.91 also stabilizes 60 APIs and makes seven previously stable APIs stable in const contexts. The release also stabilizes the build.build-dir config of the Cargo package manager. This config sets the directory where intermediate build artifacts are stored, the Rust Release Team said. These artifacts are produced by Cargo and rustc during the build process. Rust 1.91 follows the September 18 release of Rust 1.90. That release offered native support for workspace publishing for Cargo."
Rust 1.91 adds a warn-by-default lint that warns when raw pointers to local variables are returned from functions. Rust's borrow checker prevents dangling references but does not track raw pointers, motivating the new lint. The lint warns by default to help catch unsafe pointer returns without breaking existing code. The release stabilizes 60 APIs and makes seven previously stable APIs usable in const contexts. Cargo's build.build-dir configuration is stabilized to set the directory for intermediate build artifacts produced by Cargo and rustc. Those artifacts are stored in the configured directory during the build process. Rust 1.91 follows Rust 1.90, which added native workspace publishing support for Cargo.
Read at InfoWorld
Unable to calculate read time
[
|
]