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
13 changes: 13 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ Language changes in Rust 1.93.0

- Lints are outside the scope of FLS

FLS maintenance corrections
---------------------------

- Deduplicate historically reused paragraph IDs in the glossary (ID-integrity fix).

- Corrected glossary `discriminant type` paragraph ID:
- old reused ID: ``fls_t4yeovFm83Wo``
- new unique ID: ``fls_kqdvWGi9cglm``
- Corrected glossary `local trait` paragraph ID:
- old reused ID: ``fls_I9JaKZelMiby``
- new unique ID: ``fls_H5vkbMFvzrFs``
- This is a historical FLS maintenance correction (no Rust language semantics change).

Language changes in Rust 1.92.0
-------------------------------

Expand Down
4 changes: 2 additions & 2 deletions src/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ See :s:`DiscriminantInitializer`.
discriminant type
^^^^^^^^^^^^^^^^^

:dp:`fls_t4yeovFm83Wo`
:dp:`fls_kqdvWGi9cglm`
A :dt:`discriminant type` is the :t:`type` of a :t:`discriminant`.

.. _fls_gDFsAj1Bvx7A:
Expand Down Expand Up @@ -3927,7 +3927,7 @@ See :s:`LiteralPattern`.
local trait
^^^^^^^^^^^

:dp:`fls_I9JaKZelMiby`
:dp:`fls_H5vkbMFvzrFs`
A :dt:`local trait` is a :t:`trait` that is defined in the current :t:`crate`.

.. _fls_cexgUIGUUKS4:
Expand Down