: The output of RUST_BACKTRACE was made more readable and compact. Stabilised Library APIs
: 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
f32::TAU and f64::TAU : Added the mathematical constant ( ) for more intuitive circle-based calculations. : The output of RUST_BACKTRACE was made more
Several new APIs were added to the stable standard library, including: including: : By default
: By default, build dependencies are now built with opt-level = 0 to speed up compilation times.
: The compiler now supports the -C control-flow-guard option for Windows platforms, providing an extra layer of security against memory corruption vulnerabilities.