File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Language changes in Rust 1.82.0
42
42
43
43
* `Reorder trait bound modifiers *after* \` for<...>\` binder in trait bounds <https://github.com/rust-lang/rust/pull/127054/ >`_
44
44
45
+ * Changed syntax: :s: `TraitBound `
46
+
45
47
* `Stabilize opaque type precise capturing (RFC 3617) <https://github.com/rust-lang/rust/pull/127672 >`_
46
48
47
49
* `Stabilize \` &raw const\` and \` &raw mut\` operators (RFC 2582) <https://github.com/rust-lang/rust/pull/127679 >`_
Original file line number Diff line number Diff line change @@ -2839,7 +2839,7 @@ Trait and Lifetime Bounds
2839
2839
$$($$ TraitBound $$)$$
2840
2840
2841
2841
TraitBound ::=
2842
- $$?$$? ForGenericParameterList? TypePath
2842
+ ( $$?$$ | ForGenericParameterList) ? TypePath
2843
2843
2844
2844
ForGenericParameterList ::=
2845
2845
$$for$$ GenericParameterList
You can’t perform that action at this time.
0 commit comments