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
15 changes: 15 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ 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.93.1
-------------------------------

- `Don’t try to recover keyword as non-keyword identifier <https://github.com/rust-lang/rust/pull/150590>`_

- No change: bug fix in the compiler without visible ramifications

- `Fix clippy::panicking_unwrap false-positive on field access with implicit deref <https://github.com/rust-lang/rust-clippy/pull/16196>`_

- No change: Lints are not part of the FLS

- `Revert “Update wasm-related dependencies in CI” <https://github.com/rust-lang/rust/pull/152259>`_

- No change: the target is outside the scope of FLS

Language changes in Rust 1.93.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.93.0
.. |spec_version| replace:: 1.93.1