Article 5XY9A Rust 1.60.0 released

Rust 1.60.0 released

by
corbet
from LWN.net on (#5XY9A)
Version1.60.0 of the Rust language is available. Changes includecoverage-testing improvements, the return of incremental compilation, andchanges to the Instant type:

Prior to 1.60, the monotonicity guarantees were provided throughmutexes or atomics in std, which can introduce large performanceoverheads to Instant::now(). Additionally, the panicking behaviormeant that Rust software could panic in a subset of environments,which was largely undesirable, as the authors of that software maynot be able to fix or upgrade the operating system, hardware, orvirtualization system they are running on.
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