Rust 1.83.0 released
Version1.83.0 of the Rust language has been released.
This release includes several large extensions to what code runningin const contexts can do. This refers to all code that thecompiler has to evaluate at compile-time: the initial value ofconst and static items, array lengths, enumdiscriminant values, const generic arguments, and functionscallable from such contexts (const fn).
There are also quite a few new stabilized APIs.