Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rust-lang/rust/pull/144113>`_
- `Stabilize additional 29 RISC-V target features including large portions of the RVA22U64 / RVA23U64 profiles <https://github.com/rust-lang/rust/pull/145948>`_
- `Add warn-by-default unused_visibilities lint for visibility on const _ declarations <https://github.com/rust-lang/rust/pull/147136>`_
- `Update to Unicode 17 <https://github.com/rust-lang/rust/pull/148321>`_
- `Avoid incorrect lifetime errors for closures <https://github.com/rust-lang/rust/pull/148329>`_

Language changes in Rust 1.93.1
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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