Skip to content

Commit a4e0c51

Browse files
committed
1 parent 515a530 commit a4e0c51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Language changes in Rust 1.83.0
3030
* No change: this previous restriction is not specified in the FLS
3131

3232
* `Implement raw lifetimes and labels (\`'r#ident\`). <https://github.com/rust-lang/rust/pull/126452>`_
33+
34+
* Changed syntax: :s:`Lifetime`
35+
3336
* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778>`_
3437
* `Non-exhaustive structs may now be empty. <https://github.com/rust-lang/rust/pull/128934>`_
3538
* `Disallow implicit coercions from places of type \`!\` <https://github.com/rust-lang/rust/pull/129392>`_

src/types-and-traits.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ Lifetimes
29972997
.. syntax::
29982998

29992999
Lifetime ::=
3000-
$$'$$ NonKeywordIdentifier
3000+
$$'$$ (NonKeywordIdentifier | RawIdentifierKeyword)
30013001

30023002
AttributedLifetime ::=
30033003
OuterAttributeOrDoc* Lifetime

0 commit comments

Comments
 (0)