a year ago
- Rust 1.87.0 released on the 10-year anniversary of Rust 1.0.
- New features include anonymous pipes in the standard library and safe architecture intrinsics.
- Inline assembly (asm!) can now jump to labeled blocks within Rust code.
- Precise capturing in trait definitions using `impl Trait` return types is now stabilized.
- Several APIs have been stabilized, including `Vec::extract_if` and `String::extend_from_within`.
- The Tier 2 target `i586-pc-windows-msvc` has been removed.
- Users can update to Rust 1.87.0 via `rustup update stable`.
- Contributors are thanked for their work on Rust.