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
5 changes: 5 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Language changes in Rust 1.94.0
- `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>`_

- Changed paragraphs:

- :p:`fls_jpecw46eh061`

- `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 src/lexical-elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ keyword]s`.

:dp:`fls_jpecw46eh061`
A :t:`pure identifier` shall follow the specification in Unicode Standard Annex
#31 for :t:`Unicode` version 16.0, with the following profile:
#31 for :t:`Unicode` version 17.0, with the following profile:

* :dp:`fls_lwcflgezgs5z`
``Start`` = ``XID_Start``, plus character 0x5F (low line).
Expand Down