Skip to content
Draft
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
23 changes: 23 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@ 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.96.0
-------------------------------

- `Allow passing expr metavariable to cfg <https://github.com/rust-lang/rust/pull/146961>`_

- Bug fix in the compiler. The FLS already reflects the correct semantics.

- `Always coerce never types in tuple expressions <https://github.com/rust-lang/rust/pull/147834>`_

- Bug fix in the compiler. The FLS already reflects the correct semantics.

- `Avoid incorrect inference guidance of function arguments in rare cases <https://github.com/rust-lang/rust/pull/150316>`_

- Bug fix in the compiler without a corresponding language change.

- `Support s390x vector registers in inline assembly <https://github.com/rust-lang/rust/pull/154184>`_

- The target is outside the scope of the FLS.

- `Allow using constants of type ManuallyDrop as patterns (fixing a regression introduced in 1.94.0) <https://github.com/rust-lang/rust/pull/154891>`_

- Bug fix in the compiler without a corresponding language change.

Language changes in Rust 1.95.0
-------------------------------

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.94.0
.. |spec_version| replace:: 1.96.0
Loading