Whatвђ™s New In Rust 1.47 -
Rust version 1.47.0, released on , was a focused update primarily delivering quality-of-life improvements, library stabilizations, and toolchain upgrades rather than major new language features. Key Language & Tooling Updates
: A significant standard library change now allows traits like Debug , Default , and PartialEq to be implemented for arrays of any length , lifting the previous restriction of length 32 or less. What’s new in Rust 1.47
: The compiler was upgraded to LLVM 11 , which brought various performance improvements and better hardware support. Rust version 1
: The compiler now supports the -C control-flow-guard option for Windows platforms, providing an extra layer of security against memory corruption vulnerabilities. Rust version 1.47.0

