Announcing Rust 1.73.0 (blog.rust-lang.org)
from runiq@feddit.de to rust@programming.dev on 05 Oct 2023 18:14
https://feddit.de/post/4208815

#rust

threaded - newest

snaggen@programming.dev on 05 Oct 2023 18:24 next collapse

So, I will finally be able to drop some deps and use the built-in chown. Nice!

runiq@feddit.de on 05 Oct 2023 18:41 collapse

Yeah, I was also wondering how this wasn’t in the stdlib already. Cheers!

open_world@lemmy.world on 05 Oct 2023 18:54 next collapse

Love the stabilization of div_ceil and some of the other unsigned integer functions. They definitely make writing some algorithmic code easier.

Knusper@feddit.de on 05 Oct 2023 18:58 collapse

Wow, I’m so happy about those panic message improvements. With the formatting before, most users’ brain probably already melted while reading thread ‘main’ panicked and 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.