diff --git a/src/changelog.rst b/src/changelog.rst index 7daab6f0..cd3fde14 100644 --- a/src/changelog.rst +++ b/src/changelog.rst @@ -19,6 +19,15 @@ with the change that has been applied due to it. just the language changes that had an impact to the FLS. See the `release notes`_ for a full list of changes. +Language changes in Rust 1.94.0 +------------------------------- + +- `Impls and impl items inherit dead_code lint level of the corresponding traits and trait items `_ +- `Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles `_ +- `Add warn-by-default unused_visibilities lint for visibility on const _ declarations `_ +- `Update to Unicode 17 `_ +- `Avoid incorrect lifetime errors for closures `_ + Language changes in Rust 1.93.1 ------------------------------- diff --git a/version.rst b/version.rst index 06ba5695..f5bb8efb 100644 --- a/version.rst +++ b/version.rst @@ -2,4 +2,4 @@ SPDX-FileCopyrightText: The Ferrocene Developers SPDX-FileCopyrightText: The Rust Project Developers -.. |spec_version| replace:: 1.93.1 +.. |spec_version| replace:: 1.94.0