File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3361,7 +3361,7 @@ pub const Node = struct {
3361
3361
/// The `main_token` might be a ** token, which is shared with a
3362
3362
/// parent/child pointer type and may require special handling.
3363
3363
ptr_type_sentinel ,
3364
- /// The `data` field is a `.opt_node_and_node `:
3364
+ /// The `data` field is a `.extra_and_node `:
3365
3365
/// 1. a `ExtraIndex` to `PtrType`.
3366
3366
/// 2. a `Node.Index` to the element type expression.
3367
3367
///
@@ -3370,7 +3370,7 @@ pub const Node = struct {
3370
3370
/// The `main_token` might be a ** token, which is shared with a
3371
3371
/// parent/child pointer type and may require special handling.
3372
3372
ptr_type ,
3373
- /// The `data` field is a `.opt_node_and_node `:
3373
+ /// The `data` field is a `.extra_and_node `:
3374
3374
/// 1. a `ExtraIndex` to `PtrTypeBitRange`.
3375
3375
/// 2. a `Node.Index` to the element type expression.
3376
3376
///
You can’t perform that action at this time.
0 commit comments