Skip to Main Content
 

Major Digest Home What’s new in Rust 1.73 - Major Digest

What’s new in Rust 1.73

What’s new in Rust 1.73

The unique approach of the Rust programming language results in better code with fewer compromises than C, C++, Go, and the other languages you probably use. It also gets updated regularly, often every month.

Where to download the latest Rust version

If you already have a previous version of Rust installed via rustup, you can access the latest version via the following command:

$ rustup update stable

The new features in Rust 1.73.0

Rust 1.73.0, published October 5, brings cleaner panic messages. The output produced by the default panic handler has been altered to put panic messages on their own line instead of wrapping in quotes. This can make panic messages easier to read, the Rust release team said. Also, panic messages produced by assert-eg and assert-ne have been modified, moving the custom message and removing some unnecessary punctuation.

To read this article in full, please click here

Source:
Published: