34
Announcing Rust 1.73.0
(blog.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Wow, I'm so happy about those panic message improvements. With the formatting before, most users' brain probably already melted while reading
thread 'main' panickedand the custom message looked like it was just more tech lingo in the middle there.In reality, that custom message is often the only info relevant for users, and really the most useful info for me, too.