19:21:50
2025-04-03 18:58:53 Rust Languageの投稿 rust@social.rust-lang.org
icon

Rust 1.86.0 has been released! ✨🎊 🦀

This release adds trait upcasting, get_disjoint_mut on slices and hashmaps, #[target_feature] for safe functions, debug assertions for null pointers, Vec::pop_if, and more!

Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/04/03/

Web site image
Announcing Rust 1.86.0 | Rust Blog
19:22:43
icon

Trait upcasting!?