| ... | @@ -3120,7 +3120,7 @@ pub const Node = struct { | ... | @@ -3120,7 +3120,7 @@ pub const Node = struct { |
| 3120 | /// `lhs[b..c]`. rhs is index into Slice | 3120 | /// `lhs[b..c]`. rhs is index into Slice |
| 3121 | /// main_token is the lbracket. | 3121 | /// main_token is the lbracket. |
| 3122 | slice, | 3122 | slice, |
| 3123 | /// `lhs[b..c :d]`. rhs is index into SliceSentinel | 3123 | /// `lhs[b..c :d]`. rhs is index into SliceSentinel. Slice end "c" can be omitted. |
| 3124 | /// main_token is the lbracket. | 3124 | /// main_token is the lbracket. |
| 3125 | slice_sentinel, | 3125 | slice_sentinel, |
| 3126 | /// `lhs.*`. rhs is unused. | 3126 | /// `lhs.*`. rhs is unused. |