File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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
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 >`_
Original file line number Diff line number Diff line change @@ -2997,7 +2997,7 @@ Lifetimes
29972997.. syntax ::
29982998
29992999 Lifetime ::=
3000- $$'$$ NonKeywordIdentifier
3000+ $$'$$ ( NonKeywordIdentifier | RawIdentifierKeyword)
30013001
30023002 AttributedLifetime ::=
30033003 OuterAttributeOrDoc* Lifetime
You can’t perform that action at this time.
0 commit comments