Article 69MCN Rust 1.68.0 released

Rust 1.68.0 released

by
corbet
from LWN.net on (#69MCN)
Version1.68.0 of the Rust language has been released. Changes include thestabilization of the "sparse" Cargo protocol, the ability for (some)applications to recover from memory-allocation failures, and "local Pinconstruction":

The new pin! macro constructs aPin<&mut T> from a T expression,anonymously captured in local state. This is often calledstack-pinning, but that "stack" could also be the captured state ofan async fn or block.
External Content
Source RSS or Atom Feed
Feed Location http://lwn.net/headlines/rss
Feed Title LWN.net
Feed Link https://lwn.net/
Reply 0 comments