Rust 1.76.0 is now available!
This release comes with new ABI compatibility docs, new (tier 3) targets, and additions to std including Arc::unwrap_or_clone, Option::inspect, type_name_of_val and more!
Check out the announcement and release notes: https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html
@rust `type_name_of_val` is *huge*. Especially when dealing with async and/or closures.