Rust 1.59.0 released

Post Syndicated from original https://lwn.net/Articles/886056/

Version
1.59.0
of the Rust language has been released. There are a number of
new features, including support for inline assembly (in unsafe blocks,
naturally), the ability to use tuples and slices on the left-hand side of
an assignment, const generic defaults, and more. Incremental compilation
is also disabled by default in this release to work around a known bug.