| ... | @@ -3361,7 +3361,7 @@ pub const Node = struct { | ... | @@ -3361,7 +3361,7 @@ pub const Node = struct { |
| 3361 | /// The `main_token` might be a ** token, which is shared with a | 3361 | /// The `main_token` might be a ** token, which is shared with a |
| 3362 | /// parent/child pointer type and may require special handling. | 3362 | /// parent/child pointer type and may require special handling. |
| 3363 | ptr_type_sentinel, | 3363 | ptr_type_sentinel, |
| 3364 | /// The `data` field is a `.opt_node_and_node`: | 3364 | /// The `data` field is a `.extra_and_node`: |
| 3365 | /// 1. a `ExtraIndex` to `PtrType`. | 3365 | /// 1. a `ExtraIndex` to `PtrType`. |
| 3366 | /// 2. a `Node.Index` to the element type expression. | 3366 | /// 2. a `Node.Index` to the element type expression. |
| 3367 | /// | 3367 | /// |
| ... | @@ -3370,7 +3370,7 @@ pub const Node = struct { | ... | @@ -3370,7 +3370,7 @@ pub const Node = struct { |
| 3370 | /// The `main_token` might be a ** token, which is shared with a | 3370 | /// The `main_token` might be a ** token, which is shared with a |
| 3371 | /// parent/child pointer type and may require special handling. | 3371 | /// parent/child pointer type and may require special handling. |
| 3372 | ptr_type, | 3372 | ptr_type, |
| 3373 | /// The `data` field is a `.opt_node_and_node`: | 3373 | /// The `data` field is a `.extra_and_node`: |
| 3374 | /// 1. a `ExtraIndex` to `PtrTypeBitRange`. | 3374 | /// 1. a `ExtraIndex` to `PtrTypeBitRange`. |
| 3375 | /// 2. a `Node.Index` to the element type expression. | 3375 | /// 2. a `Node.Index` to the element type expression. |
| 3376 | /// | 3376 | /// |