Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Dec 10, 2024
1 parent 515a530 commit a4e0c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Language changes in Rust 1.83.0
* No change: this previous restriction is not specified in the FLS

* `Implement raw lifetimes and labels (\`'r#ident\`). <https://github.com/rust-lang/rust/pull/126452>`_

* Changed syntax: :s:`Lifetime`

* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778>`_
* `Non-exhaustive structs may now be empty. <https://github.com/rust-lang/rust/pull/128934>`_
* `Disallow implicit coercions from places of type \`!\` <https://github.com/rust-lang/rust/pull/129392>`_
Expand Down
2 changes: 1 addition & 1 deletion src/types-and-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@ Lifetimes
.. syntax::

Lifetime ::=
$$'$$ NonKeywordIdentifier
$$'$$ (NonKeywordIdentifier | RawIdentifierKeyword)

AttributedLifetime ::=
OuterAttributeOrDoc* Lifetime
Expand Down

0 comments on commit a4e0c51

Please sign in to comment.