File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Language changes in Rust 1.83.0
30
30
* No change: this previous restriction is not specified in the FLS
31
31
32
32
* `Implement raw lifetimes and labels (\` 'r#ident\` ). <https://github.com/rust-lang/rust/pull/126452 >`_
33
+
34
+ * Changed syntax: :s: `Lifetime `
35
+
33
36
* `Define behavior when atomic and non-atomic reads race. <https://github.com/rust-lang/rust/pull/128778 >`_
34
37
* `Non-exhaustive structs may now be empty. <https://github.com/rust-lang/rust/pull/128934 >`_
35
38
* `Disallow implicit coercions from places of type \` !\` <https://github.com/rust-lang/rust/pull/129392 >`_
Original file line number Diff line number Diff line change @@ -2997,7 +2997,7 @@ Lifetimes
2997
2997
.. syntax ::
2998
2998
2999
2999
Lifetime ::=
3000
- $$'$$ NonKeywordIdentifier
3000
+ $$'$$ ( NonKeywordIdentifier | RawIdentifierKeyword)
3001
3001
3002
3002
AttributedLifetime ::=
3003
3003
OuterAttributeOrDoc* Lifetime
You can’t perform that action at this time.
0 commit comments